Merge "Turn off MORE_DEBUG logspam"

This commit is contained in:
Christopher Tate
2011-09-07 14:04:13 -07:00
committed by Android (Google) Code Review

View File

@@ -129,7 +129,7 @@ import javax.crypto.spec.SecretKeySpec;
class BackupManagerService extends IBackupManager.Stub {
private static final String TAG = "BackupManagerService";
private static final boolean DEBUG = true;
private static final boolean MORE_DEBUG = true;
private static final boolean MORE_DEBUG = false;
// Name and current contents version of the full-backup manifest file
static final String BACKUP_MANIFEST_FILENAME = "_manifest";