Merge "Add the log at onDataConnectionStateChanged do reset displayInfo" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0ec54eaa5f
@@ -652,6 +652,8 @@ public class MobileSignalController extends SignalController<
|
||||
}
|
||||
mDataState = state;
|
||||
if (networkType != mTelephonyDisplayInfo.getNetworkType()) {
|
||||
Log.d(mTag, "onDataConnectionStateChanged:"
|
||||
+ " network type change and reset displayInfo. type=" + networkType);
|
||||
mTelephonyDisplayInfo = new TelephonyDisplayInfo(networkType,
|
||||
TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user