Home
last modified time | relevance | path

Searched refs:log_warning (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DLogAudit.cpp173 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local
202 : const_cast<char*>(log_warning); in logPrint()
204 last_info ? sizeof(log_info) : sizeof(log_warning); in logPrint()
227 : const_cast<char*>(log_warning); in logPrint()
228 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning); in logPrint()
/system/extras/simpleperf/scripts/
Dapp_profiler.py131 log_warning("Can't fully compile an app on android version < L.")
134log_warning("Can't fully compile an app on android version < N on non-root devices.")
136 log_warning("apk file is needed to reinstall the app on android version < N.")
Dutils.py43 def log_warning(msg): function
Dannotate.py88 log_warning("can't find dso '%s'" % dso_name)
538 log_warning('multiple source for %s, select %s' % (file, result))
568 log_warning("can't find source file for path %s" % key)
Dbinary_cache_builder.py215 log_warning('failed to pull %s from device' % device_path)