Loading core/java/android/net/ConnectivityManager.java +0 −9 Original line number Diff line number Diff line Loading @@ -71,7 +71,6 @@ import libcore.net.event.NetworkEventDispatcher; */ public class ConnectivityManager { private static final String TAG = "ConnectivityManager"; private static final boolean LEGACY_DBG = true; // STOPSHIP /** * A change in network connectivity has occurred. A default connection has either Loading Loading @@ -880,14 +879,6 @@ public class ConnectivityManager { NetworkRequest request = null; synchronized (sLegacyRequests) { if (LEGACY_DBG) { Log.d(TAG, "Looking for legacyRequest for netCap with hash: " + netCap + " (" + netCap.hashCode() + ")"); Log.d(TAG, "sLegacyRequests has:"); for (NetworkCapabilities nc : sLegacyRequests.keySet()) { Log.d(TAG, " " + nc + " (" + nc.hashCode() + ")"); } } LegacyRequest l = sLegacyRequests.get(netCap); if (l != null) { Log.d(TAG, "renewing startUsingNetworkFeature request " + l.networkRequest); Loading Loading
core/java/android/net/ConnectivityManager.java +0 −9 Original line number Diff line number Diff line Loading @@ -71,7 +71,6 @@ import libcore.net.event.NetworkEventDispatcher; */ public class ConnectivityManager { private static final String TAG = "ConnectivityManager"; private static final boolean LEGACY_DBG = true; // STOPSHIP /** * A change in network connectivity has occurred. A default connection has either Loading Loading @@ -880,14 +879,6 @@ public class ConnectivityManager { NetworkRequest request = null; synchronized (sLegacyRequests) { if (LEGACY_DBG) { Log.d(TAG, "Looking for legacyRequest for netCap with hash: " + netCap + " (" + netCap.hashCode() + ")"); Log.d(TAG, "sLegacyRequests has:"); for (NetworkCapabilities nc : sLegacyRequests.keySet()) { Log.d(TAG, " " + nc + " (" + nc.hashCode() + ")"); } } LegacyRequest l = sLegacyRequests.get(netCap); if (l != null) { Log.d(TAG, "renewing startUsingNetworkFeature request " + l.networkRequest); Loading