Loading services/core/java/com/android/server/StorageManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -3620,8 +3620,12 @@ class StorageManagerService extends IStorageManager.Stub mInstaller.tryMountDataMirror(volumeUuid); } } } catch (Exception e) { } catch (RemoteException | Installer.InstallerException e) { Slog.wtf(TAG, e); // Make sure to re-throw this exception; we must not ignore failure // to prepare the user storage as it could indicate that encryption // wasn't successfully set up. throw new RuntimeException(e); } } Loading Loading
services/core/java/com/android/server/StorageManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -3620,8 +3620,12 @@ class StorageManagerService extends IStorageManager.Stub mInstaller.tryMountDataMirror(volumeUuid); } } } catch (Exception e) { } catch (RemoteException | Installer.InstallerException e) { Slog.wtf(TAG, e); // Make sure to re-throw this exception; we must not ignore failure // to prepare the user storage as it could indicate that encryption // wasn't successfully set up. throw new RuntimeException(e); } } Loading