Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Drun_simpleperf_without_usb_connection.py35 from simpleperf_utils import AdbHelper, get_target_binary_path, log_warning
68 log_warning('No simpleperf process on device. The recording has ended.')
Dbinary_cache_builder.py33 log_warning, ReadElf, set_log_level, str_to_bytes)
200 log_warning('failed to pull %s from device' % device_path)
Dannotate.py30 log_warning, ReadElf, SourceFileSearcher)
389 log_warning("can't find source file for path %s" % from_path)
Dreport.py187 log_warning('some callgraphs are skipped in brief callgraph mode')
Dsimpleperf_utils.py67 def log_warning(msg: str): function
343 log_warning(stderr_data)
/system/logging/logd/
DLogAudit.cpp222 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local
226 iov[0].iov_base = info ? const_cast<char*>(log_info) : const_cast<char*>(log_warning); in logPrint()
227 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning); in logPrint()