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

Commit 1609cf99 authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

Merge "dumpstate: don't read /proc/interrupts" into oc-dev

am: f806b87f

Change-Id: I1bd0811c428c2492e7f1a1a98e598ac675d6d00d
parents bf3dcdc5 f806b87f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1062,13 +1062,9 @@ static void dumpstate() {
    RunCommand("WIFI NETWORKS", {"wpa_cli", "IFNAME=wlan0", "list_networks"},
               CommandOptions::WithTimeout(20).Build());

    DumpFile("INTERRUPTS (1)", "/proc/interrupts");

    RunDumpsys("NETWORK DIAGNOSTICS", {"connectivity", "--diag"},
               CommandOptions::WithTimeout(10).Build());

    DumpFile("INTERRUPTS (2)", "/proc/interrupts");

    RunCommand("SYSTEM PROPERTIES", {"getprop"});

    RunCommand("VOLD DUMP", {"vdc", "dump"});