Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ac9d645 authored by Al Sutton's avatar Al Sutton Committed by Android (Google) Code Review
Browse files

Merge "Lower log level for errors which are limited to the backup of a single package"

parents dfe55524 e2f8a0f1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ public class PerformFullTransportBackupTask extends FullBackupTask implements Ba
                    }

                    if (backupPackageStatus != BackupTransport.TRANSPORT_OK) {
                        Slog.e(TAG, "Error " + backupPackageStatus + " backing up "
                        Slog.w(TAG, "Error " + backupPackageStatus + " backing up "
                                + packageName);
                    }

@@ -857,7 +857,8 @@ public class PerformFullTransportBackupTask extends FullBackupTask implements Ba
                    }
                }
            } catch (Exception e) {
                Slog.e(TAG, "Exception during full package backup of " + mTarget.packageName);
                Slog.w(TAG, "Exception during full package backup of " + mTarget.packageName,
                        e);
            } finally {
                unregisterTask();
                mBackupLatch.countDown();