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

/system/core/libcutils/
H A Dloghack.h34 #define ALOGE(...) ALOG("E", __VA_ARGS__) macro
35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
/system/core/include/log/
H A Dlog.h142 #ifndef ALOGE
143 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro

Completed in 213 milliseconds