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

Commit 987a47d2 authored by Hridya Valsaraju's avatar Hridya Valsaraju Committed by android-build-merger
Browse files

Merge "Stop attempting to read /d/sync" am: 8c5dd6de am: 1685c265 am: 1d3a9c1b am: 7135b5f6

am: 38fbf4e5

Change-Id: Id153b0cf7fe6d3093f6bd1aa380599d263c7213b
parents c34d00fe 38fbf4e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1270,7 +1270,6 @@ static Dumpstate::RunStatus dumpstate() {

    DumpFile("KERNEL WAKE SOURCES", "/d/wakeup_sources");
    DumpFile("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
    DumpFile("KERNEL SYNC", "/d/sync");

    RunCommand("PROCESSES AND THREADS",
               {"ps", "-A", "-T", "-Z", "-O", "pri,nice,rtprio,sched,pcy,time"});