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

Commit 1a7994bf authored by Thomas Stuart's avatar Thomas Stuart
Browse files

PII info logging cleanup in CallsManager

A BR showed that some PII was being logged in
CallsManager#onCallRedirectionComplete
After examination, it looks like the handle var did not
have a Log.pii(Object) wrapper.

bug: 189354214
Test: none
Change-Id: I4e94e0d33bbaceedfec88c3a2c6b1f4c50f101d9
parent cd959f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2082,7 +2082,7 @@ public class CallsManager extends Call.ListenerBase
                                          int videoState, boolean shouldCancelCall,
                                          String uiAction) {
        Log.i(this, "onCallRedirectionComplete for Call %s with handle %s" +
                " and phoneAccountHandle %s", call, handle, phoneAccountHandle);
                " and phoneAccountHandle %s", call, Log.pii(handle), phoneAccountHandle);

        boolean endEarly = false;
        String disconnectReason = "";