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:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user