mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Filter exception
This commit is contained in:
parent
46d50d5203
commit
a4127f627d
1 changed files with 10 additions and 0 deletions
|
@ -881,6 +881,16 @@ public class Log {
|
||||||
*/
|
*/
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if (stack.length > 0 &&
|
||||||
|
stack[0].getClassName().equals("android.hardware.biometrics.BiometricPrompt"))
|
||||||
|
/*
|
||||||
|
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.hardware.fingerprint.FingerprintManager.getErrorString(int, int)' on a null object reference
|
||||||
|
at android.hardware.biometrics.BiometricPrompt.lambda$sendError$0(BiometricPrompt.java:490)
|
||||||
|
at android.hardware.biometrics.-$$Lambda$BiometricPrompt$HqBGXtBUWNc-v8NoHYsj2gLfaRw.run(Unknown Source:6)
|
||||||
|
at android.os.Handler.handleCallback(Handler.java:873)
|
||||||
|
*/
|
||||||
|
return false;
|
||||||
|
|
||||||
if (BuildConfig.BETA_RELEASE)
|
if (BuildConfig.BETA_RELEASE)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue