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

Commit c178eccf authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "do not print phone number which is considered as pii" into qt-dev

am: 3c385651

Change-Id: I2052acbbd06e56724478b3dcb872186973413da2
parents 94809109 3c385651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ public class SubscriptionInfo implements Parcelable {
        return "{id=" + mId + ", iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex
                + " carrierId=" + mCarrierId + " displayName=" + mDisplayName
                + " carrierName=" + mCarrierName + " nameSource=" + mNameSource
                + " iconTint=" + mIconTint + " mNumber=" + mNumber
                + " iconTint=" + mIconTint + " mNumber=" + Rlog.pii(Build.IS_DEBUGGABLE, mNumber)
                + " dataRoaming=" + mDataRoaming + " iconBitmap=" + mIconBitmap + " mcc " + mMcc
                + " mnc " + mMnc + "mCountryIso=" + mCountryIso + " isEmbedded " + mIsEmbedded
                + " accessRules " + Arrays.toString(mAccessRules)