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

Commit e9672bee authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Gerrit Code Review
Browse files

Merge "Encrypted sensitive information in CDMA logs"

parents 625e9508 d2a71532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3243,7 +3243,7 @@ public class RIL extends BaseCommands implements CommandsInterface {

            if (RILJ_LOGD) {
                riljLog(rr.serialString() + "> " + RILUtils.requestToString(rr.mRequest)
                        + " featureCode = " + featureCode);
                        + " featureCode = " + Rlog.pii(RILJ_LOG_TAG, featureCode));
            }

            try {
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public class CdmaCallWaitingNotification {
    public String toString()
    {
        return super.toString() + "Call Waiting Notification  "
            + " number: " + number
            + " number: " + Rlog.pii(LOG_TAG, number)
            + " numberPresentation: " + numberPresentation
            + " name: " + name
            + " namePresentation: " + namePresentation