android / security-samples

Multiple samples showing the best practices in security APIs on Android.
Apache License 2.0
938 stars 395 forks source link

Exception thrown after fingerprint app is closed ,as mentioned below #29

Closed codingjeremy closed 4 years ago

codingjeremy commented 5 years ago

Issue by sairajkishore Monday Aug 07, 2017 at 21:53 GMT Originally opened as https://github.com/googlesamples/android-FingerprintDialog/issues/50


java.lang.IllegalStateException: Binder has been finalized! at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(Binder.java:628) at android.security.IKeystoreService$Stub$Proxy.abort(IKeystoreService.java:1387) at android.security.KeyStore.abort(KeyStore.java:879) at android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize(AndroidKeyStoreCipherSpiBase.java:744) at android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize(AndroidKeyStoreUnauthenticatedAESCipherSpi.java) at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222) at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209) at java.lang.Thread.run(Thread.java:762)

codingjeremy commented 5 years ago

Comment by KalpeshJadvani Friday Sep 22, 2017 at 04:40 GMT


also i got this error but i can't find

why this happened

codingjeremy commented 5 years ago

Comment by srikanthnama Thursday Jun 21, 2018 at 11:21 GMT


I also got the same issue

codingjeremy commented 5 years ago

Comment by hirenshah Wednesday Jan 02, 2019 at 18:05 GMT


Anyone?

codingjeremy commented 5 years ago

Comment by jimmysuncpt Thursday Jan 03, 2019 at 07:17 GMT


me too

nic0lette commented 4 years ago

Dup of #21