am 0172266b: am 1ad2c080: am 50e55480: Merge "Remove "returning Blocked NetworkInfo" logspam." into mnc-dev
* commit '0172266ba772c4b00f96bf40bf18cf245e35d8bc': Remove "returning Blocked NetworkInfo" logspam.
This commit is contained in:
@@ -908,14 +908,14 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
// network is blocked; clone and override state
|
// network is blocked; clone and override state
|
||||||
info = new NetworkInfo(info);
|
info = new NetworkInfo(info);
|
||||||
info.setDetailedState(DetailedState.BLOCKED, null, null);
|
info.setDetailedState(DetailedState.BLOCKED, null, null);
|
||||||
if (DBG) {
|
if (VDBG) {
|
||||||
log("returning Blocked NetworkInfo for ifname=" +
|
log("returning Blocked NetworkInfo for ifname=" +
|
||||||
lp.getInterfaceName() + ", uid=" + uid);
|
lp.getInterfaceName() + ", uid=" + uid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (info != null && mLockdownTracker != null) {
|
if (info != null && mLockdownTracker != null) {
|
||||||
info = mLockdownTracker.augmentNetworkInfo(info);
|
info = mLockdownTracker.augmentNetworkInfo(info);
|
||||||
if (DBG) log("returning Locked NetworkInfo");
|
if (VDBG) log("returning Locked NetworkInfo");
|
||||||
}
|
}
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user