Home
last modified time | relevance | path

Searched refs:MYLOGI (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h29 #ifndef MYLOGI
30 #define MYLOGI(...) \ macro
Dmain.cpp59 MYLOGI("'dumpstate' service started and will wait for a call to startBugreport()"); in main()
Ddumpstate.cpp376 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 …]
DDumpstateService.cpp89 MYLOGI("startBugreport() with mode: %d\n", bugreport_mode); in startBugreport()
DDumpstateUtil.cpp268 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()