Searched defs:ALOGE (Results 1 – 4 of 4) sorted by relevance
25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
164 public static final int ALOGE = 1; field in EventLogger.Event