Home
last modified time | relevance | path

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

/system/logging/logd/
DLogAudit.cpp222 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py67 def log_warning(msg: str): function