extract misc section from dumpstate

Bug: 240530709
Test: adb bugreport
Change-Id: I209101de3cc5c583bbe73fbfc29ace80c4da31d2
This commit is contained in:
Adam Shih 2023-02-10 13:21:55 +08:00
parent a88ab70189
commit 6fe621f1a5
3 changed files with 2 additions and 20 deletions

View file

@ -52,11 +52,9 @@ class Dumpstate : public BnDumpstateDevice {
// Text sections that can be dumped individually on the command line in
// addition to being included in full dumps
void dumpPowerSection(int fd);
void dumpDevfreqSection(int fd);
void dumpMemorySection(int fd);
void dumpDisplaySection(int fd);
void dumpMiscSection(int fd);
void dumpLEDSection(int fd);
void dumpLogSection(int fd, int fdModem);