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

Commit e353042a authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Remove IMS logs that may contain PII

Bug: 160389340
Test: Check logcat for PII
Change-Id: I84f68dd1306a235e987baa3cd82ca150271e0bfb
Merged-In: I84f68dd1306a235e987baa3cd82ca150271e0bfb
parent c41c0c29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1951,7 +1951,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);