Home | History | Annotate | Download | only in dumpstate

Lines Matching full:bugreport

110 // Relative directory (inside the zip) for all files copied as-is into the bugreport.
125 /* gets the tombstone data, according to the bugreport type: if zipped, gets all tombstones;
219 MYLOGE("Not dumping anrd trace because it's not a zipped bugreport\n");
307 MYLOGD("Not dumping systrace because it's not a zipped bugreport\n");
365 // Write compressed and encoded raft logs to stdout if it's not a zipped bugreport.
423 MYLOGD("Not dumping modem logs. dumpstate is not generating a zipping bugreport\n");
636 /* bugreport timeout factor adjustment */
678 printf("Bugreport format version: %s\n", version_.c_str());
694 MYLOGD("Not adding zip entry %s from fd because it's not a zipped bugreport\n",
757 /* adds a file to the existing zipped bugreport */
764 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str());
774 MYLOGD("Not adding text zip entry %s because it's not a zipped bugreport\n",
874 MYLOGD("Dumping current ANR traces (%s) to the main bugreport entry\n",
911 MYLOGD("Dumping last ANR traces (%s) to the main bugreport entry\n",
1153 // DumpModemLogs adds the modem logs if available to the bugreport.
1179 MYLOGD("Not dumping board info because it's not a zipped bugreport\n");
1238 " -R: take bugreport in remote mode (requires -o, -z, -d and -B, "
1267 MYLOGD("Adding main entry (%s) from %s to .zip bugreport\n", entry_name.c_str(),
1442 // Currently, it contains the type of the requested bugreport.
1542 MYLOGI("bugreport format version: %s\n", ds.version_.c_str());
1547 // to avoid timeouts from bugreport.
1583 "Bugreport dir: %s\n"
1665 MYLOGE("Unable to change ownership of temporary bugreport file %s: %s\n",
1774 MYLOGE("Failed to finish zip file; sending text bugreport instead\n");
1793 MYLOGD("Generating .txt bugreport at %s from %s\n", ds.path_.c_str(),
1822 MYLOGI("Final bugreport path: %s\n", ds.path_.c_str());
1830 "--es", "android.intent.extra.BUGREPORT", ds.path_,
1859 MYLOGE("Skipping finished broadcast because bugreport could not be generated\n");