diff options
author | 2019-08-06 02:45:30 +0000 | |
---|---|---|
committer | 2019-08-06 02:45:30 +0000 | |
commit | 8c5dd6de2c30b1e0250fb725993864183050f25e (patch) | |
tree | cca9eb47db824394c1dc48dd655a38aedd59e25b | |
parent | 008181ebab2d77afc461b1026b82bc4a166c3b5d (diff) | |
parent | 1607401dbe29565caafc5058b072551d49581e49 (diff) |
Merge "Stop attempting to read /d/sync"
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index bdb13634f2..45a143b35a 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1239,7 +1239,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"}); |