am 0a789236
: Merge "Temporarily turn on backup/restore debug logs" into gingerbread
Merge commit '0a7892367f46e3653e9857195ec19356f848b7f8' into gingerbread-plus-aosp * commit '0a7892367f46e3653e9857195ec19356f848b7f8': Temporarily turn on backup/restore debug logs
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user