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

Commit 82debada authored by Sandeep Patil's avatar Sandeep Patil
Browse files

dumpstate: don't read /proc/interrupts



/proc/interrupts may be dumped by dumpstate HAL if required.
The framework dependency on this file is unnecessary, since the
interrupt names are hardware / kernel dependent anyway.

Bug: 36486169
Test: 'adb shell bugreport' on sailfish
Change-Id: I336318b24ce4bcc5b710645359b7c4ccda3f6989
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent 62391218
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"});