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

Commit 45647947 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Change to not dump PII in IsimUiccRecords.

Bug: 23531109
Change-Id: I3918eec522516d6c51fe344dbfa57c107ac5b74e
parent 69027fb2
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();
    }