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

Commit d5f05902 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Watchdog HIDL->AIDL parity."

parents 8c53fa44 efd66800
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -160,13 +160,21 @@ public class Watchdog implements Dumpable {
    public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
            "android.hardware.biometrics.face.IFace/",
            "android.hardware.biometrics.fingerprint.IFingerprint/",
            "android.hardware.bluetooth.IBluetoothHci/",
            "android.hardware.camera.provider.ICameraProvider/",
            "android.hardware.gnss.IGnss/",
            "android.hardware.graphics.allocator.IAllocator/",
            "android.hardware.graphics.composer3.IComposer/",
            "android.hardware.health.IHealth/",
            "android.hardware.input.processor.IInputProcessor/",
            "android.hardware.light.ILights/",
            "android.hardware.neuralnetworks.IDevice/",
            "android.hardware.power.IPower/",
            "android.hardware.power.stats.IPowerStats/",
            "android.hardware.sensors.ISensors/",
            "android.hardware.vibrator.IVibrator/",
            "android.hardware.vibrator.IVibratorManager/"
            "android.hardware.vibrator.IVibratorManager/",
            "android.system.suspend.ISystemSuspend/",
    };

    private static Watchdog sWatchdog;