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

Commit 7b06e351 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 7a2a87d6: am a1c29d30: Merge "Support for Vendor RIL dump of baseband logs" into honeycomb-LTE

* commit '7a2a87d6':
  Support for Vendor RIL dump of baseband logs
parents 32ebca5b 7a2a87d6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -133,6 +133,13 @@ static void dumpstate() {
            "su", "root", "wlutil", "counters", NULL);
#endif

    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);
    }

    print_properties();

    run_command("KERNEL LOG", 20, "dmesg", NULL);