Merge "Add the log at onDataConnectionStateChanged do reset displayInfo" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-28 17:39:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}