Merge "Add the log at onDataConnectionStateChanged do reset displayInfo" into rvc-dev am: 0ec54eaa5f am: 7ef193ea37 am: 51616b0f64 am: 60cc9c159b

Change-Id: Ib45a15f39c03358d08508e5d9d105eaa9c71707b
This commit is contained in:
TreeHugger Robot
2020-05-28 18:11:27 +00:00
committed by Automerger Merge Worker

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