Merge "pixelstats: change path for CCARatePath" into udc-qpr-dev am: b0447d525c am: d0d858edb4

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/24677394

Change-Id: I2c25d70923d08831f423800050f9d7e382d1a1e4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-09-12 05:33:40 +00:00 committed by Automerger Merge Worker
commit 29ba6eacfd

View file

@ -94,7 +94,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.WavesPath = "/sys/devices/platform/audiometrics/waves",
.AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration",
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
.CCARatePath = "/sys/devices/platform/audiometrics/cca_count_read_once",
.PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency",
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count",
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"