Macro console_error

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

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.