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

Commit ea228051 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to not dump PII in IsimUiccRecords." into mnc-dev

parents 228824f6 45647947
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -501,11 +501,13 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords {
        pw.println("IsimRecords: " + this);
        pw.println(" extends:");
        super.dump(fd, pw, args);
        if (DUMP_RECORDS) {
            pw.println(" mIsimImpi=" + mIsimImpi);
            pw.println(" mIsimDomain=" + mIsimDomain);
            pw.println(" mIsimImpu[]=" + Arrays.toString(mIsimImpu));
            pw.println(" mIsimIst" + mIsimIst);
            pw.println(" mIsimPcscf" + mIsimPcscf);
        }
        pw.flush();
    }