[][src]Macro frida_rs::console_error

macro_rules! console_error {
    ($($t:tt)*) => { ... };
}

Write to the console of a Frida-based application.

The exact behaviour depends on how Frida is integrated. This is equivalent to calling console.err(line) in the JavaScript API.