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

Commit e043e8b7 authored by Beatrice Marchegiani's avatar Beatrice Marchegiani Committed by Android (Google) Code Review
Browse files

Merge "Stop logging the randomly generatad token" into udc-qpr-dev

parents 0af24881 9f3868c4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2859,8 +2859,7 @@ public class UserBackupManagerService {
            if (DEBUG) {
                Slog.d(
                        TAG,
                        addUserIdToLogMessage(
                                mUserId, "Starting backup confirmation UI, token=" + token));
                        addUserIdToLogMessage(mUserId, "Starting backup confirmation UI"));
            }
            if (!startConfirmationUi(token, FullBackup.FULL_BACKUP_INTENT_ACTION)) {
                Slog.e(