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.cpp287 MYLOGD("Going to copy file (%s) to %d\n", input_file.c_str(), out_fd); in CopyFileToFd()
324 MYLOGD("Module metadata package name: %s\n", package_name.c_str()); in GetModuleMetadataVersion()
342 MYLOGD("Skipping copying bugreport file since the destination is the same (%s)\n", in CopyFileToFile()
347 MYLOGD("Cannot overwrite an existing file (%s)\n", output_file.c_str()); in CopyFileToFile()
351 MYLOGD("Going to copy bugreport file (%s) to %s\n", input_file.c_str(), output_file.c_str()); in CopyFileToFile()
502 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size()); in add_mountinfo()
752 MYLOGD("User approved consent to share bugreport\n"); in onReportApproved()
951 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir()
957 MYLOGD("Adding zip text entry %s\n", entry_name.c_str()); in AddTextZipEntry()
1162 MYLOGD("AddAnrTraceDir(): dump_traces_file=%s, anr_traces_dir=%s\n", dump_traces_path, in AddAnrTraceDir()
[all …]
DDumpstateService.cpp60 MYLOGD("Finished taking a bugreport. Exiting.\n"); in dumpstate_thread_bugreport()
68 MYLOGD("Finished retrieving a bugreport. Exiting.\n"); in dumpstate_thread_retrieve()
DDumpstateInternal.cpp61 MYLOGD("drop_root_user(): already running as Shell\n"); in DropRootUser()
DDumpstateUtil.cpp391 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1311 MYLOGD("Creating fd for file %s\n", path_.c_str()); in CreateFd()