macro_rules! i { (tag: $tag:expr, $($arg:tt)+) => { ... }; ($($arg:tt)*) => { ... }; }
Log an info message to Android logcat
info