Snap for 10797983 from 8138c20142 to udc-qpr1-release

Change-Id: I4251e49aa1427ed5228cab967366f04ecfb54b83
This commit is contained in:
Android Build Coastguard Worker 2023-09-12 23:03:37 +00:00
commit 3b718f0d0f
2 changed files with 4 additions and 1 deletions

View file

@ -54,6 +54,9 @@
<exception package="com.google.android.apps.camera.services">
<!-- Camera -->
<permission name="android.permission.CAMERA" fixed="false"/>
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
</exception>
<exception package="com.google.android.apps.cbrsnetworkmonitor">

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"