summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mikhail Naganov <mnaganov@google.com> 2023-02-17 01:00:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-02-17 01:00:31 +0000
commita5dad5f2facecc69b6b2918dc76d1a05fd42942a (patch)
treeee6feb0c3d1c5eaecdc4ab6b243dcb64621e4ade
parent68fb7a039c56278b653aa79d7606130a6849599d (diff)
parent80cfac09bd5adddc66dc630be3efb08b3361ec45 (diff)
Merge "Add "important" AIDL Audio HAL interfaces."
-rw-r--r--services/core/java/com/android/server/Watchdog.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java
index c7d8ab24322e..bbf49431be26 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.bluetooth.IBluetoothHci/",