mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-30 12:54:03 +00:00
Save .cpa files generated when camera HAL is killed by the watchdog thread.
Bug: 197979923 Test: m -j Change-Id: Ifbf22dbd9f5fe58d69e27ec157c10fafde4b18e3
This commit is contained in:
committed by
TreeHugger Robot
parent
47153227a4
commit
54862e27b5
@@ -208,6 +208,7 @@ void DumpstateDevice::dumpCameraLogs(int fd, const std::string &destDir) {
|
||||
// sessions or starts a new session after the one with performance issues).
|
||||
dumpLogs(fd, kCameraLogDir, cameraDestDir, 10, "session-ended-");
|
||||
dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "high-drop-rate-");
|
||||
dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "watchdog-");
|
||||
}
|
||||
|
||||
timepoint_t startSection(int fd, const std::string §ionName) {
|
||||
|
||||
Reference in New Issue
Block a user