Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp288 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size()); in add_mountinfo()
419 MYLOGD("Not dumping systrace because it's not a zipped bugreport\n"); in dump_systrace()
433 MYLOGD("Skipping systrace because '%s' content is '%ld'\n", path, is_tracing); in dump_systrace()
437 MYLOGD("Running '/system/bin/atrace --async_dump -o %s', which can take several minutes", in dump_systrace()
465 MYLOGD("raft_path is empty\n"); in dump_raft()
471 MYLOGD("%s does not exist or is not a directory\n", RAFT_DIR); in dump_raft()
735 MYLOGD("Not adding zip entry %s from fd because it's not a zipped bugreport\n", in AddZipEntryFromFd()
828 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str()); in AddDir()
831 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir()
838 MYLOGD("Not adding text zip entry %s because it's not a zipped bugreport\n", in AddTextZipEntry()
[all …]
DDumpstateInternal.h23 #ifndef MYLOGD
24 #define MYLOGD(...) \ macro
Dutils.cpp105 MYLOGD("Duration of '%s': %.3fs\n", title_.c_str(), (float)elapsed / NANOS_PER_SEC); in ~DurationReporter()
138 MYLOGD("Loading stats from %s\n", path_.c_str()); in Load()
197 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc()
1111 MYLOGD("Setting progress (%s): %d/%d\n", listener_name_.c_str(), progress, max); in UpdateProgress()
1127 MYLOGD("Screenshot saved on %s\n", real_path.c_str()); in TakeScreenshot()
DDumpstateInternal.cpp61 MYLOGD("drop_root_user(): already running as Shell\n"); in DropRootUser()
DDumpstateUtil.cpp318 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp871 MYLOGD("Creating fd for file %s\n", path_.c_str()); in CreateFd()