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

Commit a1cdb9b9 authored by fionaxu's avatar fionaxu
Browse files

hide personal private information from log

Bug: 29943985
Change-Id: Icf3a7d5b6517ac027ad92f07bd626bd69399dcc4
parent a0a84347
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -554,7 +554,9 @@ public class SIMRecords extends IccRecords {
                // Update dialNumber if not empty and CFU is enabled.
                // Spec reference for EF_CFIS contents, TS 51.011 section 10.3.46.
                if (enable && !TextUtils.isEmpty(dialNumber)) {
                    log("EF_CFIS: updating cf number, " + dialNumber);
                    if (VDBG) {
                        logv("EF_CFIS: updating cf number, " + dialNumber);
                    }
                    byte[] bcdNumber = PhoneNumberUtils.numberToCalledPartyBCD(dialNumber);

                    System.arraycopy(bcdNumber, 0, mEfCfis, CFIS_TON_NPI_OFFSET, bcdNumber.length);