Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ab5de7f authored by Chris Tate's avatar Chris Tate Committed by Android Git Automerger
Browse files

am a75803e9: am 0a789236: Merge "Temporarily turn on backup/restore debug logs" into gingerbread

Merge commit 'a75803e9'

* commit 'a75803e9':
  Temporarily turn on backup/restore debug logs
parents ef31d7d0 a75803e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.