Searched refs:log_warning (Results 1 - 6 of 6) sorted by relevance

/system/core/logd/
H A DLogAudit.cpp173 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; local
202 : const_cast<char*>(log_warning);
204 last_info ? sizeof(log_info) : sizeof(log_warning);
227 : const_cast<char*>(log_warning);
228 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning);
/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py54 log_warning("Debug shared libraries on host are not used because can't find readelf.")
218 log_warning('failed to pull %s from device' % device_path)
H A Dapp_profiler.py138 log_warning("Can't fully compile an app on android version < L.")
141 log_warning("Can't fully compile an app on android version < N on non-root devices.")
143 log_warning("apk file is needed to reinstall the app on android version < N.")
H A Dutils.py50 def log_warning(msg): function
H A Dreport.py185 log_warning('some callgraphs are skipped in brief callgraph mode')
H A Dannotate.py93 log_warning("can't find dso '%s'" % dso_name)
548 log_warning('multiple source for %s, select %s' % (file, result))
581 log_warning("can't find source file for path %s" % key)

Completed in 268 milliseconds