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

Commit 8657b995 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

Change-Id: I94b9060a7dd09082f8e8cc6e42bed54c5107c8c8
parents 592a78dd c570b418
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);
    }

    /**