Reenable logging.
ConnectivityService has been rewritten for L and is in a stabilizing period. We need the logging to track down bugs people report. Restoring to Pre-L conditions. If there's excess logging please report it - it probably indicates a bug. Change-Id: I7baf891e3bf12e1545afeb92b8d5af0b01e12a7b
This commit is contained in:
@@ -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