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

Commit ef3b9f36 authored by Michael Wright's avatar Michael Wright
Browse files

Add vibrator and power HALs to Watchdog dumps

Test: adb shell am hang --allow-restart, check ANR for stacks
Fixes: 211998169
Change-Id: I4add152f1c5613d924eb9dd9171da37b3f2ba195
parent 1fe5f9e0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -143,10 +143,12 @@ public class Watchdog {
            "android.hardware.media.omx@1.0::IOmx",
            "android.hardware.media.omx@1.0::IOmxStore",
            "android.hardware.neuralnetworks@1.0::IDevice",
            "android.hardware.power@1.0::IPower",
            "android.hardware.power.stats@1.0::IPowerStats",
            "android.hardware.sensors@1.0::ISensors",
            "android.hardware.sensors@2.0::ISensors",
            "android.hardware.sensors@2.1::ISensors",
            "android.hardware.vibrator@1.0::IVibrator",
            "android.hardware.vr@1.0::IVr",
            "android.system.suspend@1.0::ISystemSuspend"
    );
@@ -155,7 +157,10 @@ public class Watchdog {
            "android.hardware.biometrics.face.IFace/",
            "android.hardware.biometrics.fingerprint.IFingerprint/",
            "android.hardware.light.ILights/",
            "android.hardware.power.IPower/",
            "android.hardware.power.stats.IPowerStats/",
            "android.hardware.vibrator.IVibrator/",
            "android.hardware.vibrator.IVibratorManager/"
    };

    private static Watchdog sWatchdog;