Loading services/backup/java/com/android/server/backup/BackupManagerService.java +2 −10 Original line number Diff line number Diff line Loading @@ -9535,17 +9535,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF public void run() { // clean up the session's bookkeeping synchronized (mSession) { try { if (mSession.mRestoreTransport != null) { mSession.mRestoreTransport.finishRestore(); } } catch (Exception e) { Slog.e(TAG, "Error in finishRestore", e); } finally { mSession.mRestoreTransport = null; mSession.mEnded = true; } } // clean up the BackupManagerImpl side of the bookkeeping // and cancel any pending timeout message Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +2 −10 Original line number Diff line number Diff line Loading @@ -9535,17 +9535,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF public void run() { // clean up the session's bookkeeping synchronized (mSession) { try { if (mSession.mRestoreTransport != null) { mSession.mRestoreTransport.finishRestore(); } } catch (Exception e) { Slog.e(TAG, "Error in finishRestore", e); } finally { mSession.mRestoreTransport = null; mSession.mEnded = true; } } // clean up the BackupManagerImpl side of the bookkeeping // and cancel any pending timeout message Loading