Merge "[BugFix]: Remove the android property used by GXP debug dump [RESTRICT AUTOMERGE]" into udc-d1-dev
This commit is contained in:
commit
539fdaaa37
1 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,8 @@
|
|||
|
||||
int main() {
|
||||
/* TODO(b/277094681): Set default value to false around device beta milestone. */
|
||||
if(::android::base::GetBoolProperty("vendor.gxp.attach_to_bugreport", true)) {
|
||||
/* TODO(b/288368306): Create an android property for enabling/disabling
|
||||
* bugreport collection for gxp */
|
||||
std::string outputDir = concatenatePath(BUGREPORT_PACKING_DIR, "gxp_ssrdump");
|
||||
printf("Creating %s", outputDir.c_str());
|
||||
if (mkdir(outputDir.c_str(), 0777) == -1) {
|
||||
|
@ -31,7 +32,6 @@ int main() {
|
|||
|
||||
dumpLogs("/data/vendor/ssrdump/coredump", outputDir.c_str(), maxGxpDebugDumps, "coredump_gxp_");
|
||||
dumpLogs("/data/vendor/ssrdump", outputDir.c_str(), maxGxpDebugDumps, "crashinfo_gxp_");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue