Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0414846b authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

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
parent c3178058
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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=");