Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80cfac09 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

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
parent 4c3eb001
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/",