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

Commit 21d1502c authored by Corina Grigoras's avatar Corina Grigoras Committed by Automerger Merge Worker
Browse files

Merge "Log at debug level when things are OK" am: d09e92e5 am: e2a3315a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1538901

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7f158ad9304559fb7c004aa11ff49ecf04c4a3c8
parents df076f3e e2a3315a
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;