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!");
|
||||
}
|
||||
} catch (IOException e) {
|
||||
Log.w(TAG, "Error during backup!", e);
|
||||
BackupFileIOError.postNotificationForException(context, e, getRunAttempt());
|
||||
throw e;
|
||||
} finally {
|
||||
|
|
Ładowanie…
Reference in New Issue