Searched refs:MYLOGI (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.h | 29 #ifndef MYLOGI 30 #define MYLOGI(...) \ macro
|
D | main.cpp | 59 MYLOGI("'dumpstate' service started and will wait for a call to startBugreport()"); in main()
|
D | dumpstate.cpp | 376 MYLOGI("Excluding stale dump file: %s\n", abs_path.c_str()); in GetDumpFds() 783 MYLOGI("Renaming entry %s to %s\n", entry_name.c_str(), valid_name.c_str()); in AddZipEntryFromFd() 1502 MYLOGI("taking late screenshot\n"); in dumpstate() 2023 MYLOGI("Calling IDumpstateDevice implementation using path %s\n", paths[i].c_str()); in DumpstateBoard() 2047 MYLOGI("Using IDumpstateDevice v1.1"); in DumpstateBoard() 2063 MYLOGI("Using IDumpstateDevice v1.0"); in DumpstateBoard() 2384 MYLOGI( in LogDumpOptions() 2608 MYLOGI("Starting 'dumpstate' service\n"); in RunInternal() 2616 MYLOGI("Running on dry-run mode (to disable it, call 'setprop dumpstate.dry_run false')\n"); in RunInternal() 2619 MYLOGI("dumpstate info: id=%d, args='%s', bugreport_mode= %s bugreport format version: %s\n", in RunInternal() [all …]
|
D | DumpstateService.cpp | 89 MYLOGI("startBugreport() with mode: %d\n", bugreport_mode); in startBugreport()
|
D | DumpstateUtil.cpp | 268 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()
|