- Edited
Pixel 9 here, behaving the same as in other reports - fingerprint reader gone after update, several reboots later it starts to work. I captured logcat output of the failed and working states, and this appears to be the point where things fall off the cliff:
Not working version:
D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.sensors.fingerprint.FingerprintService
D FingerprintProvider/default: Adding AIDL configs
D BiometricService: No fingerprint authenticators registered.
W FingerprintService: Null provider for getEnrolledFingerprintsDeprecated, caller: android
D BiometricDeferredQueue: Fingerprint addPendingLockoutResetForUser: 0
W PackageManager: Skipping preparing app data for com.android.hardware.biometrics.fingerprint.virtual
D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.biometrics.sensors.fingerprint.FingerprintService
D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.biometrics.sensors.fingerprint.FingerprintService
Working version:
D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.sensors.fingerprint.FingerprintService
D FingerprintProvider/default: Adding AIDL configs
D FingerprintProvider/default: Added: com.android.server.biometrics.sensors.fingerprint.aidl.Sensor@9afee62
D BiometricScheduler: [Added] {[0] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintInternalCleanupClient, proto=7, owner=android, cookie=0, requestId=-1, userId=0}, new queue size: 1
D BiometricScheduler: [Starting User] {[1] com.android.server.biometrics.sensors.fingerprint.aidl.FingerprintStartUserClient, proto=17, owner=android, cookie=0, requestId=-1, userId=0}
D FingerprintProvider/default: Daemon was null, reconnecting
D Sensor : New fingerprint session created for user: 0 with hal version: 3
Not sure if it helps, but maybe it will provide some clue to developers.