Searched defs:LOG_ERROR (Results 1 – 2 of 2) sorted by relevance
36 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro50 #define LOG_ERROR(tag, fmt, args...) ALOG(LOG_ERROR, tag, fmt, ## args) macro
136 const LogSeverity LOG_ERROR = 2; variable