dumpstate: dump recent AP wakeups from AoC DRAM exception am: 42a2e0d8c0 am: d5a85aaac7

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

Change-Id: I7ab51c2eec9f3e0829202e950938f6bdf12350d7
This commit is contained in:
Siqi Lin 2021-08-09 20:20:19 +00:00 committed by Automerger Merge Worker
commit 20c86c6913

View file

@ -889,6 +889,7 @@ void DumpstateDevice::dumpAoCSection(int fd) {
DumpFileToFd(fd, "AoC audio wake", "/sys/devices/platform/19000000.aoc/control/audio_wakeup");
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");
}
// Dump items related to sensors usf.