Merge "Turn off MORE_DEBUG logspam"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec64655f79
@@ -129,7 +129,7 @@ import javax.crypto.spec.SecretKeySpec;
|
|||||||
class BackupManagerService extends IBackupManager.Stub {
|
class BackupManagerService extends IBackupManager.Stub {
|
||||||
private static final String TAG = "BackupManagerService";
|
private static final String TAG = "BackupManagerService";
|
||||||
private static final boolean DEBUG = true;
|
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
|
// Name and current contents version of the full-backup manifest file
|
||||||
static final String BACKUP_MANIFEST_FILENAME = "_manifest";
|
static final String BACKUP_MANIFEST_FILENAME = "_manifest";
|
||||||
|
|||||||
Reference in New Issue
Block a user