Merge "Log at debug level when things are OK"

This commit is contained in:
Corina Grigoras
2021-01-05 11:11:54 +00:00
committed by Gerrit Code Review

View File

@@ -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;