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

Commit d2a71532 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Encrypted sensitive information in CDMA logs

Bug: 216660381
Test: Manual
Change-Id: Ia87db7c54c19da92204b1089600b6ede2b3fc32e
parent 625e9508
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