googlearchive / android-FingerprintDialog

Migrated:
https://github.com/android/security
Apache License 2.0
1.38k stars 477 forks source link

CRASH when app go in background #42

Closed doffi88 closed 5 years ago

doffi88 commented 7 years ago

hy guys, sorry for my english , I have this problem when I close authentication dialog and app go in background

D/AbstractTracker: Event success E/System: Uncaught exception thrown by finalizer E/System: java.lang.IllegalStateException: Binder has been finalized! at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(Binder.java:536) at android.security.IKeystoreService$Stub$Proxy.abort(IKeystoreService.java:1302) at android.security.KeyStore.abort(KeyStore.java:496) at android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize(AndroidKeyStoreCipherSpiBase.java:680) at android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize(AndroidKeyStoreUnauthenticatedAESCipherSpi.java:73) at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:219) at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:197) at java.lang.Thread.run(Thread.java:818)

how can I resolve this issue?

thanks in advance

IgorGanapolsky commented 6 years ago

I am getting the same error. Is there a solution for this?

codingjeremy commented 5 years ago

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!