Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c27e36e authored by Jake Hamby's avatar Jake Hamby
Browse files

Re-enable vril-dump for adb bugreport.

vril-dump was causing adb bugreport to hang on Xoom. The OEM fixed
the utility and we can now run it again as part of the bug report.

Bug: 5482585
Change-Id: I1db3b50c327d50d18fb9c6327c4cd521e09f3916
parent aefc0ed9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ static void dumpstate() {
            "su", "root", "wlutil", "counters", NULL);
#endif

#ifdef BROKEN_VRIL_IS_FIXED_B_4442803
    char ril_dumpstate_timeout[PROPERTY_VALUE_MAX] = {0};
    property_get("ril.dumpstate.timeout", ril_dumpstate_timeout, "30");
    if (strnlen(ril_dumpstate_timeout, PROPERTY_VALUE_MAX - 1) > 0) {
@@ -160,7 +159,6 @@ static void dumpstate() {
                    "su", "root", "vril-dump", NULL);
        }
    }
#endif

    print_properties();