Lines Matching refs:MYLOGD
287 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()
1169 MYLOGD("Dumping current ANR traces (%s) to the main bugreport entry\n", in AddAnrTraceDir()
1713 MYLOGD("Skipping 'lsmod' because /proc/modules does not exist\n"); in dumpstate()
2727 MYLOGD("Adding main entry (%s) from %s to .zip bugreport\n", entry_name.c_str(), in FinishZipFile()
2733 MYLOGD("dumpstate id %d finished around %s (%ld s)\n", ds.id_, date, in FinishZipFile()
2767 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2841 MYLOGD( in PrepareToWriteToFile()
2852 MYLOGD("Creating initial .zip file (%s)\n", ds.path_.c_str()); in PrepareToWriteToFile()
3095 MYLOGD("Checking user consent via incidentcompanion service\n"); in RetrieveInternal()
3101 MYLOGD( in RetrieveInternal()
3116 MYLOGD("Canceling user consent request via incidentcompanion service\n"); in RetrieveInternal()
3244 MYLOGD("dumpstate calling_uid = %d ; calling package = %s \n", in RunInternal()
3256 MYLOGD("Wake lock acquired.\n"); in RunInternal()
3279 MYLOGD("Opening control socket\n"); in RunInternal()
3443 MYLOGD("Canceling user consent request via incidentcompanion service\n"); in RunInternal()
3447 MYLOGD("Unable to cancel user consent; incidentcompanion service unavailable\n"); in RunInternal()
3460 MYLOGD("Final progress: %d/%d (estimated %d)\n", progress_->Get(), progress_->GetMax(), in RunInternal()
3468 MYLOGD("Closing control socket\n"); in RunInternal()
3612 MYLOGD("Checking user consent via incidentcompanion service\n"); in MaybeCheckUserConsent()
3620 MYLOGD("Unable to check user consent; incidentcompanion service unavailable\n"); in MaybeCheckUserConsent()
3678 MYLOGD("User denied consent; deleting files and returning\n"); in HandleUserConsentDenied()
3703 MYLOGD("Did not receive user consent yet; going to wait for %d seconds", delay_seconds); in CopyBugreportIfUserConsented()
3817 MYLOGD("Duration of '%s': %.2fs\n", title_.c_str(), elapsed); in ~DurationReporter()
3854 MYLOGD("Loading stats from %s\n", path_.c_str()); in Load()
3913 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc()
4575 MYLOGD("Adding frozen processes from %s\n", CGROUPFS_DIR); in dump_frozen_cgroupfs()
4615 MYLOGD("Setting progress: %d/%d (%d%%)\n", progress, max, percent); in UpdateProgress()
4632 MYLOGD("Screenshot saved on %s\n", real_path.c_str()); in TakeScreenshot()