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