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

Commit 748caa8a authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "dumpstate: don't attempt to use vril-dump, it breaks adb bugreport"

parents f84e4a65 cb4d1a91
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -133,12 +133,14 @@ 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 (strlen(ril_dumpstate_timeout) > 0) {
        run_command("DUMP VENDOR RIL LOGS", atoi(ril_dumpstate_timeout),
                "su", "root", "vril-dump", NULL);
    }
#endif

    print_properties();