dumpstate: add camera hal graph state dump

Only dump the latest dump files so that bugreport
size won't be increased by too much.

Test: build and capture bugreport
Bug: 178737594
Change-Id: I699ee76997c9107dad13419688f3c6c04551313b
This commit is contained in:
Zhijun He 2021-05-17 12:31:40 -07:00 committed by TreeHugger Robot
parent c1db6b7386
commit 8a52881a41
2 changed files with 10 additions and 0 deletions

View file

@ -82,6 +82,7 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpRamdumpSection(int fd);
void dumpMiscSection(int fd);
void dumpGscSection(int fd);
void dumpCameraSection(int fd);
// Hybrid and binary sections that require an additional file descriptor
void dumpModem(int fd, int fdModem);