Loading services/backup/java/com/android/server/backup/BackupManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -4328,7 +4328,10 @@ public class BackupManagerService { Slog.e(TAG, "Internal exception during full backup", e); } finally { try { if (out != null) out.close(); if (out != null) { out.flush(); out.close(); } mOutputFile.close(); } catch (IOException e) { /* nothing we can do about this */ Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -4328,7 +4328,10 @@ public class BackupManagerService { Slog.e(TAG, "Internal exception during full backup", e); } finally { try { if (out != null) out.close(); if (out != null) { out.flush(); out.close(); } mOutputFile.close(); } catch (IOException e) { /* nothing we can do about this */ Loading