Merge "pixelstats: add total call count sysfs for VendorAudioHardwareStatsReported" into udc-qpr-dev am: 1d243624d4 am: cd568638d3

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

Change-Id: I76285ea7044e30e6074e5845de234f77b62896be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-08-25 03:27:57 +00:00 committed by Automerger Merge Worker
commit edf9c03615

View file

@ -96,7 +96,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration",
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
.PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency",
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count"
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count",
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"
};
const struct UeventListener::UeventPaths ueventPaths = {