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
This commit is contained in:
Mikhail Naganov
2023-02-14 13:24:28 -08:00
parent 4c3eb0011b
commit 80cfac09bd

View File

@@ -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/",