Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0be13007 authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Android (Google) Code Review
Browse files

Merge "Change log priority for ERROR_KEY_DOES_NOT_EXIST in RecoverableKeyStore" into main

parents 3b413e36 196cffa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class ApplicationKeyStorage {
        } catch (android.security.KeyStoreException e) {
            if (e.getNumericErrorCode()
                    == android.security.KeyStoreException.ERROR_KEY_DOES_NOT_EXIST) {
                Log.e(TAG, "Failed to get grant for KeyStore key - key not found", e);
                Log.w(TAG, "Failed to get grant for KeyStore key - key not found");
                throw new ServiceSpecificException(ERROR_KEY_NOT_FOUND, e.getMessage());
            }
            Log.e(TAG, "Failed to get grant for KeyStore key.", e);