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