Loading services/java/com/android/server/TelephonyRegistry.java +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub { } Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible=" + isDataConnectivityPossible + " reason=" + reason + " interfaceName=" + interfaceName + " networkType=" + networkType); + " apn=" + apn + " networkType=" + networkType); synchronized (mRecords) { boolean modified = false; if (state == TelephonyManager.DATA_CONNECTED) { Loading Loading
services/java/com/android/server/TelephonyRegistry.java +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub { } Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible=" + isDataConnectivityPossible + " reason=" + reason + " interfaceName=" + interfaceName + " networkType=" + networkType); + " apn=" + apn + " networkType=" + networkType); synchronized (mRecords) { boolean modified = false; if (state == TelephonyManager.DATA_CONNECTED) { Loading