Skip to content

Commit 1e3650e

Browse files
author
chenkris
committed
dumputils: correct typo for AIDL fingerprint HAL
Bug: 400332885 Flag: EXEMPT bugfix Test: adb shell dumpsys -l | grep -iE "fingerprint" Test: adb bugreport, contains dumps like: ----- pid 1758 at 2025-03-03 14:58:06.698207518+0800 ----- Cmd line: /vendor/bin/hw/android.hardware.biometrics.fingerprint-service ABI: 'arm64' "android.hardwar" sysTid=1758 #00 pc 00000000000caa88 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: 825df7d51c665a22c691f12eb7bdf4f6) #1 pc 000000000006b11c /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: 825df7d51c665a22c691f12eb7bdf4f6) #2 pc 000000000005016c /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+220) (BuildId: 1c3f90f0cb4d3d019554e47ae354a9a0) #03 pc 00000000000567c8 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+152) (BuildId: 1c3f90f0cb4d3d019554e47ae354a9a0) #04 pc 0000000000017990 /vendor/bin/hw/android.hardware.biometrics.fingerprint-service (main+640) (BuildId: 36d9232d0aeaee0e73e76dd3a6730711) #05 pc 0000000000057d28 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+120) (BuildId: 825df7d51c665a22c691f12eb7bdf4f6) ----- end 1758 ----- Change-Id: I30c6650155b3a75e578dcfcedf6bdd63a81f154a
1 parent 00ff628 commit 1e3650e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/dumputils/dump_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static const std::vector<std::string> aidl_interfaces_to_dump {
101101
"android.hardware.automotive.remoteaccess.IRemoteAccess",
102102
"android.hardware.automotive.vehicle.IVehicle",
103103
"android.hardware.biometrics.face.IBiometricsFace",
104-
"android.hardware.biometrics.fingerprint.IBiometricsFingerprint",
104+
"android.hardware.biometrics.fingerprint.IFingerprint",
105105
"android.hardware.camera.provider.ICameraProvider",
106106
"android.hardware.drm.IDrmFactory",
107107
"android.hardware.graphics.allocator.IAllocator",

0 commit comments

Comments
 (0)