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

Commit dc428460 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ImsManager: dump WFC mode in roaming"

parents e2acb8c2 c1685bd3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2703,7 +2703,8 @@ public class ImsManager implements IFeatureConnector {

        pw.println("  isWfcEnabledByPlatform = " + isWfcEnabledByPlatform());
        pw.println("  isWfcEnabledByUser = " + isWfcEnabledByUser());
        pw.println("  getWfcMode = " + getWfcMode());
        pw.println("  getWfcMode(non-roaming) = " + getWfcMode(false));
        pw.println("  getWfcMode(roaming) = " + getWfcMode(true));
        pw.println("  isWfcRoamingEnabledByUser = " + isWfcRoamingEnabledByUser());

        pw.println("  isVtProvisionedOnDevice = " + isVtProvisionedOnDevice());