resolved conflicts for merge of b954337d to master
This commit is contained in:
@@ -1257,11 +1257,11 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
info = (NetworkInfo) msg.obj;
|
info = (NetworkInfo) msg.obj;
|
||||||
int type = info.getType();
|
int type = info.getType();
|
||||||
NetworkInfo.State state = info.getState();
|
NetworkInfo.State state = info.getState();
|
||||||
if(mNetAttributes[type].mLastState == state) {
|
if (mNetAttributes[type].mLastState == state) {
|
||||||
if (DBG) {
|
if (DBG) {
|
||||||
// TODO - remove this after we validate the dropping doesn't break anything
|
// TODO - remove this after we validate the dropping doesn't break anything
|
||||||
Log.d(TAG, "Dropping ConnectivityChange for " +
|
Log.d(TAG, "Dropping ConnectivityChange for " +
|
||||||
info.getTypeName() +": " +
|
info.getTypeName() + ": " +
|
||||||
state + "/" + info.getDetailedState());
|
state + "/" + info.getDetailedState());
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user