Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h29 #ifndef MYLOGI
30 #define MYLOGI(...) \ macro
Ddumpstate.cpp316 MYLOGI("Excluding stale dump file: %s\n", abs_path.c_str()); in GetDumpFds()
812 MYLOGI("Renaming entry %s to %s\n", entry_name.c_str(), valid_name.c_str()); in AddZipEntryFromFd()
1384 MYLOGI("taking late screenshot\n"); in dumpstate()
1833 MYLOGI("Calling IDumpstateDevice implementation using path %s\n", paths[i].c_str()); in DumpstateBoard()
2124 MYLOGI("changing suffix from %s to %s\n", ds.name_.c_str(), name.c_str()); in FinalizeFile()
2181 MYLOGI("Final bugreport path: %s\n", ds.path_.c_str()); in SendBugreportFinishedBroadcast()
2335 MYLOGI("do_zip_file: %d\n", options.do_zip_file); in LogDumpOptions()
2336 MYLOGI("do_add_date: %d\n", options.do_add_date); in LogDumpOptions()
2337 MYLOGI("do_vibrate: %d\n", options.do_vibrate); in LogDumpOptions()
2338 MYLOGI("use_socket: %d\n", options.use_socket); in LogDumpOptions()
[all …]
Dmain.cpp59 MYLOGI("'dumpstate' service started and will wait for a call to startBugreport()"); in main()
Dutils.cpp145 MYLOGI("Could not read stats from %s; using max of %d\n", path_.c_str(), max_); in Load()
171 MYLOGI("Average max progress: %d in %d runs; estimated max: %d\n", average_max_, n_runs_, max_); in Load()
178 MYLOGI("Saving stats (total=%d, runs=%d, average=%d) on %s\n", total, runs, average, in Save()
772 MYLOGI("Creating directory %s\n", path); in create_parent_dirs()
DDumpstateService.cpp122 MYLOGI("startBugreport() with mode: %d\n", bugreport_mode); in startBugreport()
DDumpstateUtil.cpp268 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()