Logging in LocalTransport on as default
The logging is LocalTransport.java is enabled by default. Change default to false to remove logs, as this class states that it is only for debug. Change-Id: Iae63c7b62edbd503c606f0aee671a9579e78843d
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