Reduced logging

This commit is contained in:
M66B 2022-04-25 08:12:43 +02:00
parent 7f92626ee4
commit 986f74ee53
1 changed files with 1 additions and 1 deletions

View File

@ -2247,7 +2247,7 @@ public class Helper {
@Override
public void onAuthenticationError(final int errorCode, @NonNull final CharSequence errString) {
if (isCancelled(errorCode))
if (isCancelled(errorCode) || errorCode == BiometricPrompt.ERROR_UNABLE_TO_PROCESS)
Log.w("Authenticate biometric error " + errorCode + ": " + errString);
else
Log.e("Authenticate biometric error " + errorCode + ": " + errString);