Lines Matching refs:MYLOGE
187 MYLOGE("Returning early as user denied consent to share bugreport with calling app."); \
207 MYLOGE("open(%s, %s)\n", path.c_str(), strerror(errno)); in Open()
241 MYLOGE("Failed to copy file: %s\n", strerror(errno)); in CopyFileToFd()
251 MYLOGE("Failed to unlink file (%s): %s\n", file.c_str(), strerror(errno)); in UnlinkAndLogOnError()
260 MYLOGE("Failed to retrieve package_native service"); in GetModuleMetadataVersion()
267 MYLOGE("Failed to retrieve module metadata package name: %s", status.toString8().c_str()); in GetModuleMetadataVersion()
275 MYLOGE("Failed to retrieve module metadata version: %s", status.toString8().c_str()); in GetModuleMetadataVersion()
406 MYLOGE("Unable to add %s to zip file, lseek failed: %s\n", name.c_str(), in AddDumps()
412 MYLOGE("Unable to add %s to zip file, addZipEntryFromFd failed\n", name.c_str()); in AddDumps()
432 MYLOGE("Unable to read link for %s: %s\n", path, strerror(errno)); in do_mountinfo()
443 MYLOGE("Unable to add mountinfo %s to zip file\n", path); in do_mountinfo()
792 MYLOGE("zip_writer_->StartEntryWithTime(%s): %s\n", valid_name.c_str(), in AddZipEntryFromFd()
823 MYLOGE("Error in poll while adding from fd to zip entry %s:%s\n", in AddZipEntryFromFd()
827 MYLOGE("Timed out adding from fd to zip entry %s:%s Timeout:%lldms\n", in AddZipEntryFromFd()
837 MYLOGE("read(%s): %s\n", entry_name.c_str(), strerror(errno)); in AddZipEntryFromFd()
842 MYLOGE("zip_writer_->WriteBytes(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
850 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
861 MYLOGE("open(%s): %s\n", entry_path.c_str(), strerror(errno)); in AddZipEntry()
892 MYLOGE("zip_writer_->StartEntryWithTime(%s): %s\n", entry_name.c_str(), in AddTextZipEntry()
899 MYLOGE("zip_writer_->WriteBytes(%s): %s\n", entry_name.c_str(), in AddTextZipEntry()
906 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
991 MYLOGE("Could not open %s to dump incident report.\n", path.c_str()); in DumpIncidentReport()
1016 MYLOGE("Could not open %s to dump visible views.\n", path.c_str()); in DumpVisibleWindowViews()
1119 MYLOGE("Failed to open %s: %s\n", BLK_DEV_SYS_DIR, strerror(errno)); in DumpBlockStatFiles()
1184 MYLOGE("*** command '%s' timed out after %llums\n", title.c_str(), in RunDumpsysTextByPriority()
1254 MYLOGE("*** command '%s' timed out after %llums\n", title.c_str(), in RunDumpsysProto()
1312 MYLOGE("Could not retrieve hwservicemanager to dump hals.\n"); in DumpHals()
1333 MYLOGE("Could not open %s to dump additional hal information.\n", path.c_str()); in DumpHals()
1352 MYLOGE("Could not list hals from hwservicemanager.\n"); in DumpHals()
1359 MYLOGE("Unable to dump external fragmentation info\n"); in DumpExternalFragmentationInfo()
1888 MYLOGE("mkostemp on pattern %s: %s\n", file_name_buf.get(), strerror(errno)); in DumpTraces()
1898 MYLOGE("fchmod on %s failed: %s\n", file_name_buf.get(), strerror(errno)); in DumpTraces()
1904 MYLOGE("opendir /proc failed: %s\n", strerror(errno)); in DumpTraces()
1976 MYLOGE("Warning: no Dalvik processes found to dump stacks\n"); in DumpTraces()
2005 MYLOGE("No IDumpstateDevice implementation\n"); in DumpstateBoard()
2017 MYLOGE("Could not create native_handle\n"); in DumpstateBoard()
2029 MYLOGE("Could not open file %s: %s\n", paths[i].c_str(), strerror(errno)); in DumpstateBoard()
2054 MYLOGE("dumpstateBoard failed: %s\n", status.description().c_str()); in DumpstateBoard()
2057 … MYLOGE("dumpstateBoard failed with DumpstateStatus::%s\n", toString(status).c_str()); in DumpstateBoard()
2069 MYLOGE("dumpstateBoard failed: %s\n", status.description().c_str()); in DumpstateBoard()
2079 MYLOGE("dumpstateBoard timed out after %zus, killing dumpstate vendor HAL\n", timeout_sec); in DumpstateBoard()
2083 MYLOGE("Couldn't restart dumpstate HAL\n"); in DumpstateBoard()
2089 MYLOGE("killing dumpstateBoard timed out after %zus, continue and " in DumpstateBoard()
2097 MYLOGE("Failed to fstat %s: %s\n", kDumpstateBoardFiles[i].c_str(), in DumpstateBoard()
2110 MYLOGE("Ignoring empty %s\n", kDumpstateBoardFiles[i].c_str()); in DumpstateBoard()
2155 MYLOGE("Failed to add text entry to .zip file\n"); in FinishZipFile()
2159 MYLOGE("Failed to add main_entry.txt to .zip file\n"); in FinishZipFile()
2166 MYLOGE("Failed to add dumpstate log to .zip file\n"); in FinishZipFile()
2178 MYLOGE("zip_writer_->Finish(): %s\n", ZipWriter::ErrorCodeString(err)); in FinishZipFile()
2274 MYLOGE("fopen(%s, 'wb'): %s\n", ds.path_.c_str(), strerror(errno)); in PrepareToWriteToFile()
2290 MYLOGE("Failed to finish zip file; sending text bugreport instead\n"); in FinalizeFile()
2549 MYLOGE("Invalid options specified\n"); in RunInternal()
2573 MYLOGE("invalid version requested ('%s'); suppported values are: ('%s', '%s', '%s')\n", in RunInternal()
2598 MYLOGE("Failed to acquire wake lock: %s\n", strerror(errno)); in RunInternal()
2611 MYLOGE("Unable to start DumpstateService: %d\n", ret); in RunInternal()
2671 MYLOGE("Unable to change ownership of zip file %s: %s\n", path_.c_str(), in RunInternal()
2685 MYLOGE("Unable to change ownership of dumpstate log file %s: %s\n", log_path_.c_str(), in RunInternal()
2700 MYLOGE("Unable to change ownership of temporary bugreport file %s: %s\n", in RunInternal()
2933 MYLOGE("Unknown user consent result:%d\n", consent_result); in CopyBugreportIfUserConsented()
3043 MYLOGE("No stats (empty file) on %s; using max of %d\n", path_.c_str(), max_); in Load()
3049 MYLOGE("Invalid stats on file %s: not enough lines (%d). Using max of %d\n", path_.c_str(), in Load()
3058 MYLOGE("Invalid stats line on file %s: %s\n", path_.c_str(), lines[0].c_str()); in Load()
3080 MYLOGE("Could not save stats on %s\n", path_.c_str()); in Save()
3178 MYLOGE( in __for_each_pid()
3256 MYLOGE( in for_each_tid_helper()
3487 MYLOGE("Error opening file descriptor for %s: %s\n", path, strerror(err)); in read_file_as_long()
3493 MYLOGE("Error reading file %s: %s\n", path, strerror(errno)); in read_file_as_long()
3497 MYLOGE("File %s is empty\n", path); in read_file_as_long()
3530 MYLOGE("%s: %s\n", dir, strerror(errno)); in dump_files()
3618 MYLOGE("android_get_control_socket(%s): %s\n", service, strerror(errno)); in open_socket()
3627 MYLOGE("listen(control socket): %s\n", strerror(errno)); in open_socket()
3643 MYLOGE("accept(control socket): %s\n", strerror(errno)); in open_socket()
3680 MYLOGE("Unable to create directory %s: %s\n", path, strerror(errno)); in create_parent_dirs()
3682 MYLOGE("Unable to change ownership of dir %s: %s\n", path, strerror(errno)); in create_parent_dirs()
3697 MYLOGE("%s: %s\n", path, strerror(errno)); in _redirect_to_file()
3738 MYLOGE("UpdateProgress: progress_ not set\n"); in UpdateProgress()
3784 MYLOGE("Failed to take screenshot on %s\n", real_path.c_str()); in TakeScreenshot()