Merge "Temporarily turn on backup/restore debug logs" into gingerbread

This commit is contained in:
Chris Tate
2010-10-11 14:42:00 -07:00
committed by Android (Google) Code Review

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 = false;
private static final boolean DEBUG = true;
// How often we perform a backup pass. Privileged external callers can
// trigger an immediate pass.