From 80cfac09bd5adddc66dc630be3efb08b3361ec45 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Tue, 14 Feb 2023 13:24:28 -0800 Subject: Add "important" AIDL Audio HAL interfaces. List a.h.audio.core.IModule and IConfig as "important" interfaces, as they replace a.h.audio::IDevicesFactory of the HIDL HAL. Bug: 205884982 Test: check ANR dump for the AIDL audio HAL process name(s) Change-Id: I85a3ea271b0fae281cb8938c339bedfb2fda9240 --- services/core/java/com/android/server/Watchdog.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java index 1fab28efb1ac..cbb2391ecc29 100644 --- a/services/core/java/com/android/server/Watchdog.java +++ b/services/core/java/com/android/server/Watchdog.java @@ -158,6 +158,8 @@ public class Watchdog implements Dumpable { ); public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] { + "android.hardware.audio.core.IModule/", + "android.hardware.audio.core.IConfig/", "android.hardware.biometrics.face.IFace/", "android.hardware.biometrics.fingerprint.IFingerprint/", "android.hardware.graphics.composer3.IComposer/", -- cgit v1.2.3-59-g8ed1b