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

Commit 2092b193 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Disable a phone number log for user build"

am: 18f843be

Change-Id: Iff945e85104a8106629d2bd11a287a40dfc107b3
parents e06f2b11 18f843be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1359,12 +1359,12 @@ public class ConnectionServiceWrapper extends ServiceBinder {

    private void logIncoming(String msg, Object... params) {
        Log.d(this, "ConnectionService -> Telecom[" + mComponentName.flattenToShortString() + "]: "
                + msg, params);
                + msg, Log.pii(params));
    }

    private void logOutgoing(String msg, Object... params) {
        Log.d(this, "Telecom -> ConnectionService[" + mComponentName.flattenToShortString() + "]: "
                + msg, params);
                + msg, Log.pii(params));
    }

    private void queryRemoteConnectionServices(final UserHandle userHandle,