Merge "Logging in LocalTransport on as default"
This commit is contained in:
@@ -47,7 +47,7 @@ import java.util.ArrayList;
|
||||
|
||||
public class LocalTransport extends IBackupTransport.Stub {
|
||||
private static final String TAG = "LocalTransport";
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private static final String TRANSPORT_DIR_NAME
|
||||
= "com.android.internal.backup.LocalTransport";
|
||||
|
||||
Reference in New Issue
Block a user