Searched defs:ALOGE (Results 1 – 3 of 3) sorted by relevance
33 #define ALOGE(fmt, ...) \ macro
269 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro