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

Commit ef47324c authored by Al Sutton's avatar Al Sutton Committed by Automerger Merge Worker
Browse files

Add userId to log messages - DO NOT MERGE am: c4d9e91f am: c570b418 am: 64599d9e

Change-Id: I9a388e477a10c0ceeaa303909503d265abd2ee88
parents 6eec7ae4 64599d9e
Loading
Loading
Loading
Loading
+742 −222

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class BackupManagerServiceTestUtils {
        PowerManager powerManager =
                (PowerManager) application.getSystemService(Context.POWER_SERVICE);
        return new UserBackupManagerService.BackupWakeLock(
                powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "*backup*"));
                powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "*backup*"), 0);
    }

    /**