Merge "Log at debug level when things are OK"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user