Merge "Reenable logging." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c827f813e1
@@ -182,8 +182,8 @@ import javax.net.ssl.SSLSession;
|
||||
public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
private static final String TAG = "ConnectivityService";
|
||||
|
||||
private static final boolean DBG = false;
|
||||
private static final boolean VDBG = false; // STOPSHIP
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean VDBG = true; // STOPSHIP
|
||||
|
||||
// network sampling debugging
|
||||
private static final boolean SAMPLE_DBG = false;
|
||||
|
||||
Reference in New Issue
Block a user