From 95e5e15f24183657b373c74a1324045992644f85 Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Thu, 7 Sep 2023 15:39:11 +0000 Subject: [PATCH] pixelstats: change path for CCARatePath Bug: 289857250 Test: Local Test Change-Id: I6644b89c49b252ddb7652eec7892cd2052027fa5 --- pixelstats/service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index dec6742a..4f7e18b7 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -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"