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

Commit f31e0c21 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Dump InputProcessor when watchdog bites

Now that monitor() blocks on the InputProcessor HAL, let's also dump
InputProcessor so that we can figure out where it's stuck.

Bug: 237322365
Test: adb bugreport (after watchdog bites)
Change-Id: I2febac799b4fd1f5268c353fad1e3c6418bfc47d
parent 027e367e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ 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.input.processor.IInputProcessor/",
            "android.hardware.light.ILights/",
            "android.hardware.power.IPower/",
            "android.hardware.power.stats.IPowerStats/",