summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorFangzhou Liu <fzliu@google.com>2022-01-19 11:34:12 -0800
committerFangzhou Liu <fzliu@google.com>2022-01-20 01:59:59 +0000
commit536a1fea9b83112843e3adf0ee6380ff6ea5c975 (patch)
tree8affe372e7d06ba142bb1028c6985f67a212481d /dumpstate
parent9fbd2799ab0f814294b107084315abec0800df34 (diff)
downloadgs201-536a1fea9b83112843e3adf0ee6380ff6ea5c975.tar.gz
Add CPA latency files into bugreport
Bug: b/215395069 Test: Verify bugreport Change-Id: I6e500a741388a17f023d160dc7aca6dee81ee7af
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/DumpstateDevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index 96d0318..5773101 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 &sectionName) {