e

Macro e 

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

Log a error message to Android logcat