Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d125266b authored by Erik Kline's avatar Erik Kline Committed by Android Git Automerger
Browse files

am f27b52aa: Merge "Revert some verbose logging from ag/489226" into lmp-mr1-dev

* commit 'f27b52aa':
  Revert some verbose logging from ag/489226
parents 28ca40ff f27b52aa
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
@@ -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);