diff options
author | Max Kogan <maxkogan@google.com> | 2021-10-04 18:15:20 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-10-04 18:15:20 +0000 |
commit | 12186695b51f8a4b4657dd18b831f60725a0242e (patch) | |
tree | 9c30c552729d04266eeda90106a26cf6319b75ea /dumpstate | |
parent | 906b1d27d59c458a6dd7ecaf6827d19fa662fe05 (diff) | |
parent | 6896836e0ece2a73a982381d7c57bd6635ff1c3b (diff) |
dumpstate: dump AoC memory votes stats am: 03c1d9311b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15901108
Change-Id: I14f2fe73e01ec2544ab7e83b384ed4f4cb0da90a
Diffstat (limited to 'dumpstate')
-rw-r--r-- | dumpstate/DumpstateDevice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 5019bc5d..1acd28a2 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -901,6 +901,7 @@ void DumpstateDevice::dumpAoCSection(int fd) { DumpFileToFd(fd, "AoC logging wake", "/sys/devices/platform/19000000.aoc/control/logging_wakeup"); DumpFileToFd(fd, "AoC hotword wake", "/sys/devices/platform/19000000.aoc/control/hotword_wakeup"); DumpFileToFd(fd, "AoC memory exception wake", "/sys/devices/platform/19000000.aoc/control/memory_exception"); + DumpFileToFd(fd, "AoC memory votes", "/sys/devices/platform/19000000.aoc/control/memory_votes"); } // Dump items related to sensors usf. |