Logged Euicc eid in UiccController
Security Report - ID: Logged Euicc eid in UiccController Bug: b/220735813 Test: Manual testing and verified log from both debug and non-debug build Change-Id: I1ee47b74756caa4f0425fb18534a4459379b68f4
This commit is contained in:
@@ -21,6 +21,9 @@ import android.content.pm.PackageManager;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
import com.android.internal.telephony.util.TelephonyUtils;
|
||||
import com.android.telephony.Rlog;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
@@ -227,7 +230,6 @@ public final class UiccCardInfo implements Parcelable {
|
||||
this.mIccIdAccessRestricted = iccIdAccessRestricted;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
@@ -261,7 +263,7 @@ public final class UiccCardInfo implements Parcelable {
|
||||
+ ", mCardId="
|
||||
+ mCardId
|
||||
+ ", mEid="
|
||||
+ mEid
|
||||
+ Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mEid)
|
||||
+ ", mPhysicalSlotIndex="
|
||||
+ mPhysicalSlotIndex
|
||||
+ ", mIsRemovable="
|
||||
|
||||
@@ -279,7 +279,7 @@ public class UiccSlotInfo implements Parcelable {
|
||||
+ ", mIsEuicc="
|
||||
+ mIsEuicc
|
||||
+ ", mCardId="
|
||||
+ mCardId
|
||||
+ SubscriptionInfo.givePrintableIccid(mCardId)
|
||||
+ ", cardState="
|
||||
+ mCardStateInfo
|
||||
+ ", mIsExtendedApduSupported="
|
||||
|
||||
Reference in New Issue
Block a user