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

Commit a4d76b81 authored by Jake Hamby's avatar Jake Hamby Committed by Android Git Automerger
Browse files

am 2084d206: am 0f3570c3: Merge "Re-enable vril-dump for adb bugreport." into ics-mr1

* commit '2084d206':
  Re-enable vril-dump for adb bugreport.
parents 8549aeea 2084d206
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -146,7 +146,6 @@ static void dumpstate() {
            "su", "root", "wlutil", "counters", NULL);
            "su", "root", "wlutil", "counters", NULL);
#endif
#endif


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


    print_properties();
    print_properties();