Searched refs:MYLOGD (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.h | 23 #ifndef MYLOGD 24 #define MYLOGD(...) \ macro
|
D | dumpstate.cpp | 267 MYLOGD("Going to copy file (%s) to %d\n", input_file.c_str(), out_fd); in CopyFileToFd() 304 MYLOGD("Module metadata package name: %s\n", package_name.c_str()); in GetModuleMetadataVersion() 322 MYLOGD("Skipping copying bugreport file since the destination is the same (%s)\n", in CopyFileToFile() 327 MYLOGD("Cannot overwrite an existing file (%s)\n", output_file.c_str()); in CopyFileToFile() 331 MYLOGD("Going to copy bugreport file (%s) to %s\n", input_file.c_str(), output_file.c_str()); in CopyFileToFile() 492 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size()); in add_mountinfo() 733 MYLOGD("User approved consent to share bugreport\n"); in onReportApproved() 825 MYLOGD("Not adding zip entry %s from fd because it's not a zipped bugreport\n", in AddZipEntryFromFd() 930 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str()); in AddDir() 933 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir() [all …]
|
D | DumpstateInternal.cpp | 61 MYLOGD("drop_root_user(): already running as Shell\n"); in DropRootUser()
|
D | DumpstateService.cpp | 57 MYLOGD("Finished taking a bugreport. Exiting.\n"); in dumpstate_thread_main()
|
D | DumpstateUtil.cpp | 370 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1289 MYLOGD("Creating fd for file %s\n", path_.c_str()); in CreateFd()
|