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

Commit bac903ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Dump UiccController's physical <-> logical slot mapping." am:...

Merge "Dump UiccController's physical <-> logical slot mapping." am: 6355fc1d am: e9b4ee4f am: 955fcb88

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1514909

Change-Id: Id6dfd203ce5b7e6abcb0a7687fa5cfc35a662783
parents a50faff3 955fcb88
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1285,9 +1285,10 @@ public class UiccController extends Handler {
        pw.println(" mIsCdmaSupported=" + isCdmaSupported(mContext));
        pw.println(" mHasBuiltInEuicc=" + mHasBuiltInEuicc);
        pw.println(" mHasActiveBuiltInEuicc=" + mHasActiveBuiltInEuicc);
        pw.println(" mUiccSlots: size=" + mUiccSlots.length);
        pw.println(" mCardStrings=" + mCardStrings);
        pw.println(" mDefaultEuiccCardId=" + mDefaultEuiccCardId);
        pw.println(" mPhoneIdToSlotId=" + Arrays.toString(mPhoneIdToSlotId));
        pw.println(" mUiccSlots: size=" + mUiccSlots.length);
        for (int i = 0; i < mUiccSlots.length; i++) {
            if (mUiccSlots[i] == null) {
                pw.println("  mUiccSlots[" + i + "]=null");