am b32a33ce: Merge "Turn debug flag off"
* commit 'b32a33cec1bf54ba3fc243c1fbab59a98506c0ef': Turn debug flag off
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user