From 2e38d1aa45e26fdec374b2591abb00365feb3ba3 Mon Sep 17 00:00:00 2001 From: Fangzhou Liu Date: Wed, 19 Jan 2022 20:54:50 -0800 Subject: [PATCH] Add CPA latency files into bugreport This is to support gs101 devices Bug: b/215395069 Test: Verify bugreport Change-Id: I8d3f045f63c65e9d75041c28d740dcbabffbc78a --- dumpstate/DumpstateDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 45dbe626..83392169 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -215,6 +215,7 @@ void dumpCameraLogs(int fd, const std::string &destDir) { dumpLogs(fd, kCameraLogDir, cameraDestDir, 10, "session-ended-"); dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "high-drop-rate-"); dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "watchdog-"); + dumpLogs(fd, kCameraLogDir, cameraDestDir, 5, "camera-ended-"); } timepoint_t startSection(int fd, const std::string §ionName) {