Merge "Add userId to log messages - DO NOT MERGE" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-18 14:10:53 +00:00
committed by Android (Google) Code Review
2 changed files with 743 additions and 223 deletions

View File

@@ -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);
}
/**