summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-08-06 02:45:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-08-06 02:45:30 +0000
commit8c5dd6de2c30b1e0250fb725993864183050f25e (patch)
treecca9eb47db824394c1dc48dd655a38aedd59e25b
parent008181ebab2d77afc461b1026b82bc4a166c3b5d (diff)
parent1607401dbe29565caafc5058b072551d49581e49 (diff)
Merge "Stop attempting to read /d/sync"
-rw-r--r--cmds/dumpstate/dumpstate.cpp1
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"});