From 1858f3c57980489c49e9e06e7f39f52a635eeb28 Mon Sep 17 00:00:00 2001 From: Siqi Lin Date: Thu, 5 Aug 2021 09:52:33 -0700 Subject: [PATCH] dumpstate: dump recent AP wakeups from AoC DRAM exception Bug: 186456919 Test: adb bugreport, open Bug Sections "dumpstate_board.txt" Test: search for "AoC memory exception wake" Change-Id: I45edeb5138957405f29b9556acb8ff36fdc9310b --- dumpstate/DumpstateDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 418dcc53..620df1a9 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -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.