Loading core/java/android/os/RecoverySystem.java +2 −0 Original line number Diff line number Diff line Loading @@ -674,10 +674,12 @@ public class RecoverySystem { } try { if (!rs.allocateSpaceForUpdate(packageFile)) { rs.clearBcb(); throw new IOException("Failed to allocate space for update " + packageFile.getAbsolutePath()); } } catch (RemoteException e) { rs.clearBcb(); e.rethrowAsRuntimeException(); } Loading Loading
core/java/android/os/RecoverySystem.java +2 −0 Original line number Diff line number Diff line Loading @@ -674,10 +674,12 @@ public class RecoverySystem { } try { if (!rs.allocateSpaceForUpdate(packageFile)) { rs.clearBcb(); throw new IOException("Failed to allocate space for update " + packageFile.getAbsolutePath()); } } catch (RemoteException e) { rs.clearBcb(); e.rethrowAsRuntimeException(); } Loading