Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h23 #ifndef MYLOGD
24 #define MYLOGD(...) \ macro
Ddumpstate.cpp223 MYLOGD("Going to copy file (%s) to %d\n", input_file.c_str(), out_fd); in CopyFileToFd()
266 MYLOGD("Module metadata package name: %s\n", package_name.c_str()); in GetModuleMetadataVersion()
427 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size()); in add_mountinfo()
655 MYLOGD("User approved consent to share bugreport\n"); in onReportApproved()
725 MYLOGD("Not adding zip entry %s from fd because it's not a zipped bugreport\n", in AddZipEntryFromFd()
830 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str()); in AddDir()
833 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir()
840 MYLOGD("Not adding text zip entry %s because it's not a zipped bugreport\n", in AddTextZipEntry()
844 MYLOGD("Adding zip text entry %s\n", entry_name.c_str()); in AddTextZipEntry()
937 MYLOGD("Not dumping incident report because it's not a zipped bugreport\n"); in DumpIncidentReport()
[all …]
DDumpstateInternal.cpp61 MYLOGD("drop_root_user(): already running as Shell\n"); in DropRootUser()
DDumpstateService.cpp52 MYLOGD("Finished taking a bugreport. Exiting.\n"); in dumpstate_thread_main()
DDumpstateUtil.cpp329 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1334 MYLOGD("Creating fd for file %s\n", path_.c_str()); in CreateFd()