am 18580319: DO NOT MERGE. Turn down backup logging for release.

Merge commit '1858031946b3627b599475c5894655362e510351' into gingerbread-plus-aosp

* commit '1858031946b3627b599475c5894655362e510351':
  DO NOT MERGE.  Turn down backup logging for release.
This commit is contained in:
Chris Tate
2010-10-19 12:04:44 -07:00
committed by Android Git Automerger

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.