am b32a33ce: Merge "Turn debug flag off"

* commit 'b32a33cec1bf54ba3fc243c1fbab59a98506c0ef':
  Turn debug flag off
This commit is contained in:
Christopher Tate
2014-12-16 03:03:11 +00:00
committed by Android Git Automerger

View File

@@ -105,7 +105,7 @@ import java.util.concurrent.CountDownLatch;
*/
public abstract class BackupAgent extends ContextWrapper {
private static final String TAG = "BackupAgent";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
/** @hide */
public static final int TYPE_EOF = 0;