Merge "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