Log out exception when a backup fails.

This commit is contained in:
Greyson Parrelli
2020-12-08 10:57:48 -05:00
parent 6df839612d
commit a4a2d2fc0d

View File

@@ -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 {