Merge "Log at debug level when things are OK"
This commit is contained in:
@@ -3298,6 +3298,9 @@ class StorageManagerService extends IStorageManager.Stub
|
|||||||
try {
|
try {
|
||||||
mVold.unlockUserKey(userId, serialNumber, encodeBytes(token),
|
mVold.unlockUserKey(userId, serialNumber, encodeBytes(token),
|
||||||
encodeBytes(secret));
|
encodeBytes(secret));
|
||||||
|
} catch (ServiceSpecificException sse) {
|
||||||
|
Slog.d(TAG, "Expected if the user has not unlocked the device.", sse);
|
||||||
|
return;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Slog.wtf(TAG, e);
|
Slog.wtf(TAG, e);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user