Merge "Dump InputProcessor when watchdog bites" into tm-d1-dev am: f1fa5105b7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19282975

Change-Id: I3650fd95e4aeb63bcef0725a8478069a2e9cbc6b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-07-14 17:22:18 +00:00
committed by Automerger Merge Worker

View File

@@ -160,6 +160,7 @@ public class Watchdog implements Dumpable {
public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] { public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
"android.hardware.biometrics.face.IFace/", "android.hardware.biometrics.face.IFace/",
"android.hardware.biometrics.fingerprint.IFingerprint/", "android.hardware.biometrics.fingerprint.IFingerprint/",
"android.hardware.input.processor.IInputProcessor/",
"android.hardware.light.ILights/", "android.hardware.light.ILights/",
"android.hardware.power.IPower/", "android.hardware.power.IPower/",
"android.hardware.power.stats.IPowerStats/", "android.hardware.power.stats.IPowerStats/",