Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b6f07b4 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Deal gracefully with fatal exceptions during full backup"

parents 0aa4713e aa0c02d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2557,6 +2557,8 @@ class BackupManagerService extends IBackupManager.Stub {
                finalizeBackup(out);
            } catch (RemoteException e) {
                Slog.e(TAG, "App died during full backup");
            } catch (Exception e) {
                Slog.e(TAG, "Internal exception during full backup", e);
            } finally {
                tearDown(pkg);
                try {