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

Commit 1685c265 authored by Hridya Valsaraju's avatar Hridya Valsaraju Committed by android-build-merger
Browse files

Merge "Stop attempting to read /d/sync"

am: 8c5dd6de

Change-Id: Idc539f15955850a49f6bc1757c2443bbededfebf
parents c8760a0b 8c5dd6de
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"});