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

Commit 74e70d4a authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Remove IMS logs that may contain PII am: 59ded884 am: 997c0b02

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/12366309

Change-Id: I8838c956732b5400c42a57303f11c87b102f1a82
parents c292dd06 997c0b02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1952,7 +1952,7 @@ public class ImsCall implements ICall {
                        ", status=" + status +
                        ", user=" + Rlog.pii(TAG, user) +
                        ", displayName= " + Rlog.pii(TAG, displayName) +
                        ", endpoint=" + endpoint);
                        ", endpoint=" + Rlog.pii(TAG, endpoint));
            }

            Uri handle = Uri.parse(user);