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

Commit 1c7ea13b 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

am: 1609cf99

Change-Id: I8fd2916e308d911978de06789a9eceaa0d7a3ea7
parents dc7e893b 1609cf99
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"});