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:
parent
47153227a4
commit
54862e27b5
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
// sessions or starts a new session after the one with performance issues).
|
||||||
dumpLogs(fd, kCameraLogDir, cameraDestDir, 10, "session-ended-");
|
dumpLogs(fd, kCameraLogDir, cameraDestDir, 10, "session-ended-");
|
||||||
dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "high-drop-rate-");
|
dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "high-drop-rate-");
|
||||||
|
dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "watchdog-");
|
||||||
}
|
}
|
||||||
|
|
||||||
timepoint_t startSection(int fd, const std::string §ionName) {
|
timepoint_t startSection(int fd, const std::string §ionName) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue