From e93e6c9feb4c09295a7e3ee5e4121a1ac6e2f6bb Mon Sep 17 00:00:00 2001 From: Kris Chen Date: Tue, 3 Mar 2020 17:50:11 +0800 Subject: dumpstate: add fingerprint HAL dump Bug: 150008549 Test: adb bugreport Change-Id: I9b256c72a2a0906486560e7cf361403c98b2c0b0 --- libs/dumputils/dump_utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 1b42b6927f..5b65c95e95 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -57,6 +57,7 @@ static const char* hal_interfaces_to_dump[] { "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.drm@1.0::IDrmFactory", -- cgit v1.2.3-59-g8ed1b