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

Commit 2cb9baf6 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Fix issue that a calling name appeared in adb log" am: 64e9ba84 am: 1cc15369

am: 96ddcb69

Change-Id: I04a50e9f33044367095392aa424a7ae9765d2c4d
parents 0216da25 96ddcb69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -781,8 +781,8 @@ public class ImsPhoneConnection extends Connection implements
                    callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
            if (Phone.DEBUG_PHONE) {
                Rlog.d(LOG_TAG, "updateAddressDisplay: callId = " + getTelecomCallId()
                        + " address = " + Rlog.pii(LOG_TAG, address) + " name = " + name
                        + " nump = " + nump + " namep = " + namep);
                        + " address = " + Rlog.pii(LOG_TAG, address) + " name = "
                        + Rlog.pii(LOG_TAG, name) + " nump = " + nump + " namep = " + namep);
            }
            if (!mIsMergeInProcess) {
                // Only process changes to the name and address when a merge is not in process.