kopia lustrzana https://github.com/ryukoposting/Signal-Android
Log out exception when a backup fails.
rodzic
6df839612d
commit
a4a2d2fc0d
|
@ -116,6 +116,7 @@ public final class LocalBackupJobApi29 extends BaseJob {
|
||||||
throw new IOException("Renaming temporary backup file failed!");
|
throw new IOException("Renaming temporary backup file failed!");
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
Log.w(TAG, "Error during backup!", e);
|
||||||
BackupFileIOError.postNotificationForException(context, e, getRunAttempt());
|
BackupFileIOError.postNotificationForException(context, e, getRunAttempt());
|
||||||
throw e;
|
throw e;
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Ładowanie…
Reference in New Issue