From 536a1fea9b83112843e3adf0ee6380ff6ea5c975 Mon Sep 17 00:00:00 2001 From: Fangzhou Liu Date: Wed, 19 Jan 2022 11:34:12 -0800 Subject: [PATCH] Add CPA latency files into bugreport Bug: b/215395069 Test: Verify bugreport Change-Id: I6e500a741388a17f023d160dc7aca6dee81ee7af --- dumpstate/DumpstateDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 96d03187..57731013 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -209,6 +209,7 @@ void DumpstateDevice::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) {