Loading services/core/java/com/android/server/StorageManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/StorageManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading