mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 08:17:50 +00:00
Log out exception when a backup fails.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user