Searched defs:ALOGE (Results 1 – 4 of 4) sorted by relevance
3 #define ALOGE(...) \ macro
147 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
1211 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
70 #define ALOGE(...) \ macro