gps: Add MCU crash dump to bugreport

- Add MCU (ESW) crash dump
- Add tmp log
- Reduce log number to 20

Bug: 223741583
Test: bugreport gps log test
Change-Id: I157d93bd0a3ede4e547df193d2808c4338c8c405
This commit is contained in:
Shinru Han 2022-03-17 15:49:00 +08:00
parent d0795a2321
commit f943e9a4f3
3 changed files with 12 additions and 6 deletions

View file

@ -84,7 +84,7 @@ struct DumpstateDevice : public IDumpstateDevice {
// Hybrid and binary sections that require an additional file descriptor
void dumpModem(int fd, int fdModem);
void dumpRilLogs(int fd, std::string destDir);
void dumpGpsLogs(int fd, std::string destDir);
void dumpGpsLogs(int fd, const std::string &destDir);
void dumpCameraLogs(int fd, const std::string &destDir);
};