Home
last modified time | relevance | path

Searched defs:ALOGE (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dloghack.h34 #define ALOGE(...) ALOG("E", __VA_ARGS__) macro
/system/core/include/log/
Dlog.h143 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro