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:
commit
20c86c6913
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue