From 430fcc51de5c61136a5dfe9abeea81f4d2e57a8e Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Wed, 10 May 2023 10:48:04 +0000 Subject: [PATCH] pixelstats: add adapted_info sysfs for VendorAudioAdaptedInfoStatsReported Bug: 280248702, 280248995 Test: Local Test Change-Id: I8e56455cab735a8300892184567fe052a27375ed --- pixelstats/service.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 333a32fb..e63ba0f5 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -89,7 +89,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { "/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown", }, .PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state", - .WavesPath = "/sys/devices/platform/audiometrics/waves" + .WavesPath = "/sys/devices/platform/audiometrics/waves", + .AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count", + .AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration" }; const struct UeventListener::UeventPaths ueventPaths = {