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

Commit 997c0b02 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Remove IMS logs that may contain PII am: 59ded884

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

Change-Id: Id64340bbfe44d1abf90d4ae08d9c7134eb6e7b9c
parents a8bf6cd9 59ded884
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);