Lines Matching refs:MYLOGD
223 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()
981 MYLOGD("AddAnrTraceDir(): dump_traces_file=%s, anr_traces_dir=%s\n", dump_traces_path, in AddAnrTraceDir()
991 MYLOGD("Dumping current ANR traces (%s) to the main bugreport entry\n", in AddAnrTraceDir()
1151 MYLOGD("Not dumping %s because it's not a zipped bugreport\n", title.c_str()); in RunDumpsysProto()
1367 MYLOGD("Skipping 'lsmod' because /proc/modules does not exist\n"); in dumpstate()
1872 MYLOGD("Not dumping board info because it's not a zipped bugreport\n"); in DumpstateBoard()
2004 MYLOGD("Adding main entry (%s) from %s to .zip bugreport\n", entry_name.c_str(), in FinishZipFile()
2010 MYLOGD("dumpstate id %d finished around %s (%ld s)\n", ds.id_, date, in FinishZipFile()
2044 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2152 MYLOGD( in PrepareToWriteToFile()
2164 MYLOGD("Creating initial .zip file (%s)\n", ds.path_.c_str()); in PrepareToWriteToFile()
2218 MYLOGD("Renaming zip file from %s to %s\n", ds.path_.c_str(), new_path.c_str()); in FinalizeFile()
2230 MYLOGD("Generating .txt bugreport at %s from %s\n", ds.path_.c_str(), ds.tmp_path_.c_str()); in FinalizeFile()
2401 MYLOGD("notification (title: %s, description: %s)\n", options->notification_title.c_str(), in SetOptionsFromProperties()
2631 MYLOGD("Wake lock acquired.\n"); in RunInternal()
2665 MYLOGD("Opening control socket\n"); in RunInternal()
2807 MYLOGD("Canceling user consent request via incidentcompanion service\n"); in RunInternal()
2811 MYLOGD("Unable to cancel user consent; incidentcompanion service unavailable\n"); in RunInternal()
2830 MYLOGD("Final progress: %d/%d (estimated %d)\n", progress_->Get(), progress_->GetMax(), in RunInternal()
2840 MYLOGD("Closing control socket\n"); in RunInternal()
2858 MYLOGD("Checking user consent via incidentcompanion service\n"); in CheckUserConsent()
2863 MYLOGD("Unable to check user consent; incidentcompanion service unavailable\n"); in CheckUserConsent()
2879 MYLOGD("User denied consent; deleting files and returning\n"); in HandleUserConsentDenied()
2898 MYLOGD("Did not receive user consent yet; going to wait for %d seconds", delay_seconds); in CopyBugreportIfUserConsented()
2991 MYLOGD("Duration of '%s': %.2fs\n", title_.c_str(), elapsed); in ~DurationReporter()
3024 MYLOGD("Loading stats from %s\n", path_.c_str()); in Load()
3083 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc()
3753 MYLOGD("Setting progress (%s): %d/%d (%d%%)\n", listener_name_.c_str(), progress, max, in UpdateProgress()
3772 MYLOGD("Screenshot saved on %s\n", real_path.c_str()); in TakeScreenshot()