diff options
| author | 2022-02-14 16:06:37 +0000 | |
|---|---|---|
| committer | 2022-02-14 16:06:37 +0000 | |
| commit | 478498f0419e10a9778cae92204df9afeeecb77b (patch) | |
| tree | 5e16c38d9c561abe0f8bd59a0577fa41c5ccc7e9 /cmds/dumpstate/dumpstate.cpp | |
| parent | 3f84fa6d59896575eb721a013835d224a9d98b10 (diff) | |
| parent | 1cf2d3cc4229b86429b25e9974348f8ff0b7af04 (diff) | |
Merge "Remove obsolete KERNEL_WAKE_SOURCES from bugreport" am: 9fc323c122 am: 1cf2d3cc42
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1984991
Change-Id: I18606a71436b08dcdbdb10b598941af058577be2
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -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 8ccd940bcf..1003aae4af 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1582,7 +1582,6 @@ static Dumpstate::RunStatus dumpstate() { DumpFile("BUDDYINFO", "/proc/buddyinfo"); DumpExternalFragmentationInfo(); - DumpFile("KERNEL WAKE SOURCES", "/d/wakeup_sources"); DumpFile("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state"); RunCommand("PROCESSES AND THREADS", |