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 | dumpstate.cpp | 353 MYLOGI("Excluding stale dump file: %s\n", abs_path.c_str()); in GetDumpFds() 738 MYLOGI("Renaming entry %s to %s\n", entry_name.c_str(), valid_name.c_str()); in AddZipEntryFromFd() 1389 MYLOGI("taking late screenshot\n"); in dumpstate() 1905 MYLOGI("Calling IDumpstateDevice implementation using path %s\n", paths[i].c_str()); in DumpstateBoard() 2195 MYLOGI("changing suffix from %s to %s\n", ds.name_.c_str(), name.c_str()); in FinalizeFile() 2252 MYLOGI("Final bugreport path: %s\n", ds.path_.c_str()); in SendBugreportFinishedBroadcast() 2407 MYLOGI("do_zip_file: %d\n", options.do_zip_file); in LogDumpOptions() 2408 MYLOGI("do_add_date: %d\n", options.do_add_date); in LogDumpOptions() 2409 MYLOGI("do_vibrate: %d\n", options.do_vibrate); in LogDumpOptions() 2410 MYLOGI("use_socket: %d\n", options.use_socket); in LogDumpOptions() [all …]
|
D | main.cpp | 59 MYLOGI("'dumpstate' service started and will wait for a call to startBugreport()"); in main()
|
D | DumpstateService.cpp | 122 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()
|