Merge "Turn debug flag off"

This commit is contained in:
Christopher Tate
2014-12-16 02:53:13 +00:00
committed by Gerrit Code Review

View File

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