am 2c41bce3: am bc026d0a: Fix NPE in ConnectivityService.

* commit '2c41bce3f2134159ce64d589ff1bb298b9939178':
  Fix NPE in ConnectivityService.
This commit is contained in:
Robert Greenwalt
2011-11-11 11:51:16 -08:00
committed by Android Git Automerger

View File

@@ -1597,6 +1597,7 @@ private NetworkStateTracker makeWimaxStateTracker() {
if (checkType == prevNetType) continue;
if (mNetConfigs[checkType] == null) continue;
if (!mNetConfigs[checkType].isDefault()) continue;
if (mNetTrackers[checkType] == null) continue;
// Enabling the isAvailable() optimization caused mobile to not get
// selected if it was in the middle of error handling. Specifically