DO NOT MERGE. Turn down backup logging for release.

Change-Id: Ib9f4fd15981fcf52b5d5912995c1891836303427
This commit is contained in:
Chris Tate
2010-10-19 11:22:03 -07:00
parent 52bea277ff
commit 1858031946

View File

@@ -84,7 +84,7 @@ import java.util.Set;
class BackupManagerService extends IBackupManager.Stub {
private static final String TAG = "BackupManagerService";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
// How often we perform a backup pass. Privileged external callers can
// trigger an immediate pass.