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

Commit 4c65e55e authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Automerger Merge Worker
Browse files

Change log priority for ERROR_KEY_DOES_NOT_EXIST in RecoverableKeyStore am: 70330bc2

parents 68fc23e0 70330bc2
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);