diff options
| author | 2019-08-05 19:53:51 -0700 | |
|---|---|---|
| committer | 2019-08-05 19:53:51 -0700 | |
| commit | 1685c2657049c698016d252dab027856185bb2d8 (patch) | |
| tree | bfc18d17f91fc18f28390d72bd783d24c409a150 | |
| parent | c8760a0b88ee407cced9df9ddef0cfba26c824af (diff) | |
| parent | 8c5dd6de2c30b1e0250fb725993864183050f25e (diff) | |
Merge "Stop attempting to read /d/sync"
am: 8c5dd6de2c
Change-Id: Idc539f15955850a49f6bc1757c2443bbededfebf
| -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 94fceb1d9c..e158eb9ac2 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -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"}); |