extract misc section from dumpstate

Bug: 240530709
Test: adb bugreport
Change-Id: Idd305ceb4786b5e66c2f1d8e2ae20ffd233bd088
This commit is contained in:
Adam Shih 2023-02-10 13:42:43 +08:00
parent c42b38bdee
commit a64bf67d97
3 changed files with 2 additions and 19 deletions

View file

@ -51,7 +51,6 @@ class Dumpstate : public BnDumpstateDevice {
void dumpDevfreqSection(int fd);
void dumpMemorySection(int fd);
void dumpDisplaySection(int fd);
void dumpMiscSection(int fd);
void dumpCameraSection(int fd);
};