Fix the build
Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83
This commit is contained in:
@ -2484,7 +2484,7 @@ class BackupManagerService extends IBackupManager.Stub {
|
||||
pw.println("Backup Manager is " + (mEnabled ? "enabled" : "disabled")
|
||||
+ " / " + (!mProvisioned ? "not " : "") + "provisioned / "
|
||||
+ (this.mPendingInits.size() == 0 ? "not " : "") + "pending init");
|
||||
pw.println("Auto-restore is " + (mAutoRestore : "enabled" : "disabled"));
|
||||
pw.println("Auto-restore is " + (mAutoRestore ? "enabled" : "disabled"));
|
||||
pw.println("Last backup pass: " + mLastBackupPass
|
||||
+ " (now = " + System.currentTimeMillis() + ')');
|
||||
pw.println(" next scheduled: " + mNextBackupPass);
|
||||
|
Reference in New Issue
Block a user