Log out exception when a backup fails.

fork-5.53.8
Greyson Parrelli 2020-12-08 10:57:48 -05:00
rodzic 6df839612d
commit a4a2d2fc0d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -116,6 +116,7 @@ public final class LocalBackupJobApi29 extends BaseJob {
throw new IOException("Renaming temporary backup file failed!");
}
} catch (IOException e) {
Log.w(TAG, "Error during backup!", e);
BackupFileIOError.postNotificationForException(context, e, getRunAttempt());
throw e;
} finally {