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

Commit 9fb503b6 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Automerger Merge Worker
Browse files

Merge "Encrypted sensitive information in CDMA logs" am: e9672bee

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1965441

Change-Id: I23686280853b6d46a71adada5d050cbb30a203a9
parents 75b9dc5e e9672bee
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