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.cpp267 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 …]
DDumpstateInternal.cpp61 MYLOGD("drop_root_user(): already running as Shell\n"); in DropRootUser()
DDumpstateService.cpp57 MYLOGD("Finished taking a bugreport. Exiting.\n"); in dumpstate_thread_main()
DDumpstateUtil.cpp370 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1289 MYLOGD("Creating fd for file %s\n", path_.c_str()); in CreateFd()