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 utils import AdbHelper, get_target_binary_path, log_warning
66 log_warning('No simpleperf process on device. The recording has ended.')
Dbinary_cache_builder.py29 from utils import AdbHelper, extant_dir, extant_file, flatten_arg_list, log_info, log_warning
203 log_warning('failed to pull %s from device' % device_path)
Dannotate.py28 from utils import log_info, log_warning, log_exit
401 log_warning("can't find source file for path %s" % from_path)
Dreport.py186 log_warning('some callgraphs are skipped in brief callgraph mode')
Dutils.py60 def log_warning(msg): function
/system/core/logd/
DLogAudit.cpp229 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local
257 : const_cast<char*>(log_warning); in logPrint()
259 last_info ? sizeof(log_info) : sizeof(log_warning); in logPrint()
285 : const_cast<char*>(log_warning); in logPrint()
286 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning); in logPrint()