Lines Matching refs:MYLOGD
233 MYLOGD("Going to copy file (%s) to %d\n", input_file.c_str(), out_fd); in CopyFileToFd()
270 MYLOGD("Module metadata package name: %s\n", package_name.c_str()); in GetModuleMetadataVersion()
288 MYLOGD("Skipping copying bugreport file since the destination is the same (%s)\n", in CopyFileToFile()
293 MYLOGD("Cannot overwrite an existing file (%s)\n", output_file.c_str()); in CopyFileToFile()
297 MYLOGD("Going to copy bugreport file (%s) to %s\n", input_file.c_str(), output_file.c_str()); in CopyFileToFile()
454 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size()); in add_mountinfo()
682 MYLOGD("User approved consent to share bugreport\n"); in onReportApproved()
770 MYLOGD("Not adding zip entry %s from fd because it's not a zipped bugreport\n", in AddZipEntryFromFd()
875 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str()); in AddDir()
878 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir()
885 MYLOGD("Not adding text zip entry %s because it's not a zipped bugreport\n", in AddTextZipEntry()
889 MYLOGD("Adding zip text entry %s\n", entry_name.c_str()); in AddTextZipEntry()
982 MYLOGD("Not dumping incident report because it's not a zipped bugreport\n"); in DumpIncidentReport()
1007 MYLOGD("Not dumping visible views because it's not a zipped bugreport\n"); in DumpVisibleWindowViews()
1051 MYLOGD("AddAnrTraceDir(): dump_traces_file=%s, anr_traces_dir=%s\n", dump_traces_path, in AddAnrTraceDir()
1061 MYLOGD("Dumping current ANR traces (%s) to the main bugreport entry\n", in AddAnrTraceDir()
1221 MYLOGD("Not dumping %s because it's not a zipped bugreport\n", title.c_str()); in RunDumpsysProto()
1479 MYLOGD("Skipping 'lsmod' because /proc/modules does not exist\n"); in dumpstate()
1990 MYLOGD("Not dumping board info because it's not a zipped bugreport\n"); in DumpstateBoard()
2145 MYLOGD("Adding main entry (%s) from %s to .zip bugreport\n", entry_name.c_str(), in FinishZipFile()
2151 MYLOGD("dumpstate id %d finished around %s (%ld s)\n", ds.id_, date, in FinishZipFile()
2185 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2258 MYLOGD( in PrepareToWriteToFile()
2270 MYLOGD("Creating initial .zip file (%s)\n", ds.path_.c_str()); in PrepareToWriteToFile()
2584 MYLOGD("dumpstate calling_uid = %d ; calling package = %s \n", in RunInternal()
2601 MYLOGD("Wake lock acquired.\n"); in RunInternal()
2633 MYLOGD("Opening control socket\n"); in RunInternal()
2778 MYLOGD("Canceling user consent request via incidentcompanion service\n"); in RunInternal()
2782 MYLOGD("Unable to cancel user consent; incidentcompanion service unavailable\n"); in RunInternal()
2795 MYLOGD("Final progress: %d/%d (estimated %d)\n", progress_->Get(), progress_->GetMax(), in RunInternal()
2805 MYLOGD("Closing control socket\n"); in RunInternal()
2850 MYLOGD("Checking user consent via incidentcompanion service\n"); in MaybeCheckUserConsent()
2855 MYLOGD("Unable to check user consent; incidentcompanion service unavailable\n"); in MaybeCheckUserConsent()
2875 MYLOGD("User denied consent; deleting files and returning\n"); in HandleUserConsentDenied()
2899 MYLOGD("Did not receive user consent yet; going to wait for %d seconds", delay_seconds); in CopyBugreportIfUserConsented()
3003 MYLOGD("Duration of '%s': %.2fs\n", title_.c_str(), elapsed); in ~DurationReporter()
3036 MYLOGD("Loading stats from %s\n", path_.c_str()); in Load()
3095 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc()
3765 MYLOGD("Setting progress: %d/%d (%d%%)\n", progress, max, percent); in UpdateProgress()
3782 MYLOGD("Screenshot saved on %s\n", real_path.c_str()); in TakeScreenshot()