dumpstate: dump AoC memory votes stats am: 03c1d9311b am: 3f76fa5e24

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15901108

Change-Id: I4dcc012073e403823f6a772caf790b5068fce71a
This commit is contained in:
Max Kogan 2021-10-04 18:24:27 +00:00 committed by Automerger Merge Worker
commit e39ae2f261

View file

@ -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.