Searched defs:LOG_ERROR (Results 1 – 12 of 12) sorted by relevance
7 #define LOG_ERROR 0x2 macro
19 #define LOG_ERROR(format, ...) \ macro
29 LOG_ERROR enumConstant
30 LOG_ERROR, enumerator
34 private static final boolean LOG_ERROR = true; field in Log
32 #define LOG_ERROR LOG_INFO macro
37 #define LOG_ERROR LOG_INFO macro
28 const LogSeverity LOG_ERROR = 2; variable
38 #define LOG_ERROR(label) do {\ macro
34 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
289 const LogSeverity LOG_ERROR = 2; variable