[][src]Macro frida_rs::console_warn

macro_rules! console_warn {
    ($($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.warn(line) in the JavaScript API.