modularize gsc dump

Bug: 242479757
Test: do bugreport that has the same content as before
Change-Id: Ief96fbd0b5fedbf175523a50b9749421da43e436
This commit is contained in:
Adam Shih 2022-08-24 10:38:07 +08:00
parent 583eb20964
commit 5170d868c9
3 changed files with 6 additions and 7 deletions

View file

@ -67,7 +67,7 @@ class Dumpstate : public BnDumpstateDevice {
void dumpAoCSection(int fd);
void dumpRamdumpSection(int fd);
void dumpMiscSection(int fd);
void dumpGscSection(int fd);
void dumpSection(int fd);
void dumpTrustySection(int fd);
void dumpLogSection(int fd, int fdModem);