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

Commit d09e92e5 authored by Corina Grigoras's avatar Corina Grigoras Committed by Gerrit Code Review
Browse files

Merge "Log at debug level when things are OK"

parents d15cbc37 bf2043a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3298,6 +3298,9 @@ class StorageManagerService extends IStorageManager.Stub
            try {
                mVold.unlockUserKey(userId, serialNumber, encodeBytes(token),
                        encodeBytes(secret));
            } catch (ServiceSpecificException sse) {
                Slog.d(TAG, "Expected if the user has not unlocked the device.", sse);
                return;
            } catch (Exception e) {
                Slog.wtf(TAG, e);
                return;