Searched refs:LOG_WARN (Results 1 – 6 of 6) sorted by relevance
8 #define LOG_WARN 0x4 macro
62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
72 LOG_WARN, enumerator
97 case LOG_WARN: in log()
75 LogPriority prio = LOG_WARN; in debug_report_callback()79 prio = LOG_WARN; in debug_report_callback()
103 shell_->log(Shell::LOG_WARN, "cannot enable push constants"); in attach_shell()