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

This commit is contained in:
Joey Poomarin Phloyphisut 2023-09-12 03:47:52 +00:00 committed by Android (Google) Code Review
commit b0447d525c

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"