Adds active mobile data sub to dumpsys

Test: dumped SysUI service using adb shell dumpsys activity service com.android.systemui/.SystemUIService and checked that mActiveMobileDataSubscription is printed under "NetworkController State"
subscription
Bug: 234146317

Change-Id: If85ff48a6739a8a97cddcf3754b191c39cfe0d5d
This commit is contained in:
Alejandro Nijamkin
2022-05-29 10:29:21 -07:00
parent c31780586d
commit 0414846b96

View File

@@ -1154,6 +1154,7 @@ public class NetworkControllerImpl extends BroadcastReceiver
pw.print(" hasVoiceCallingFeature()=");
pw.println(hasVoiceCallingFeature());
pw.println(" mListening=" + mListening);
pw.println(" mActiveMobileDataSubscription=" + mActiveMobileDataSubscription);
pw.println(" - connectivity ------");
pw.print(" mConnectedTransports=");