summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pixelstats/service.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index bd8b982..bf9c459 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -66,7 +66,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/100b0000.G3D/trip_counter",
"/sys/devices/platform/100b0000.TPU/trip_counter",
"/sys/devices/platform/100b0000.AUR/trip_counter",
- }
+ },
+ .CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
};
const struct UeventListener::UeventPaths ueventPaths = {