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

Commit 9f3868c4 authored by beatricemarch's avatar beatricemarch Committed by Beatrice Marchegiani
Browse files

Stop logging the randomly generatad token

Bug: 280296227
Fixes: 280296227
Test: none, trivial change in logging
Change-Id: Ib005e87a9ea548a8d166e5080169a6c3834ab718
parent c6d96422
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(