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
This commit is contained in:
Siarhei Vishniakou
2022-07-13 21:04:35 +00:00
parent 027e367e1c
commit f31e0c21a7

View File

@@ -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/",