i

Macro i 

Source
macro_rules! i {
    (tag: $tag:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Log an info message to Android logcat