Move power dump out of hal_dumpstate_default

Bug: 273380509
Test: adb bugreport
Change-Id: I25a3c384e085f8534d4917a73714a99579fbd8bd
This commit is contained in:
Adam Shih 2023-03-29 13:05:35 +08:00
parent 804ed04262
commit 7fefcc231f
4 changed files with 341 additions and 203 deletions

View file

@ -49,7 +49,6 @@ class Dumpstate : public BnDumpstateDevice {
// Text sections that can be dumped individually on the command line in
// addition to being included in full dumps
void dumpWlanSection(int fd);
void dumpPowerSection(int fd);
void dumpLogSection(int fd, int fdModem);