Watchdog: Add fingerprint HAL to ANR dump list

Bug: 150008549
Test: Ran "adb shell am hang" and verified that fingerprint HAL
information is in /data/anr/<anr_file>

Change-Id: Ib62aabe4046cc57b650be7638365ed4ab490c33b
This commit is contained in:
Kris Chen
2020-03-03 15:45:59 +08:00
committed by KRIS CHEN
parent 7fc16f7c32
commit f8dc483b6c

View File

@@ -110,6 +110,7 @@ public class Watchdog extends Thread {
"android.hardware.audio@5.0::IDevicesFactory",
"android.hardware.audio@6.0::IDevicesFactory",
"android.hardware.biometrics.face@1.0::IBiometricsFace",
"android.hardware.biometrics.fingerprint@2.1::IBiometricsFingerprint",
"android.hardware.bluetooth@1.0::IBluetoothHci",
"android.hardware.camera.provider@2.4::ICameraProvider",
"android.hardware.graphics.allocator@2.0::IAllocator",