dumpstate: dump recent AP wakeups from AoC DRAM exception am: 42a2e0d8c0 am: 7cfde8adbc am: 9141562930

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

Change-Id: I882cb465bd803f66f239821ed184dd1b7408c375
This commit is contained in:
Siqi Lin 2021-08-09 20:34:24 +00:00 committed by Automerger Merge Worker
commit 6434c7a7aa

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.