Merge "move camera dump to gs-common" into udc-dev

This commit is contained in:
Adam Shih 2023-03-06 23:29:45 +00:00 committed by Android (Google) Code Review
commit 608ff36086
3 changed files with 1 additions and 22 deletions

View file

@ -58,7 +58,6 @@ class Dumpstate : public BnDumpstateDevice {
// Log sections to be dumped individually into dumpstate_board.bin
void dumpRadioLogs(int fd, const std::string &destDir);
void dumpCameraLogs(int fd, const std::string &destDir);
// Hybrid and binary sections that require an additional file descriptor
void dumpRilLogs(int fd, std::string destDir);