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

Commit 9367dd87 authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Add biometric AIDL interfaces to the watchdog

Bug: 200217671
Test: HAL stacktrace shows up in the bugreport
Change-Id: Ib41990562df24966e6ff528eaeae749f42155a4e
parent ce87ba4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ public class Watchdog {
    );

    public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
            "android.hardware.biometrics.face.IFace/",
            "android.hardware.biometrics.fingerprint.IFingerprint/",
            "android.hardware.light.ILights/",
            "android.hardware.power.stats.IPowerStats/",
    };