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

Commit 79e8bb3f authored by Shunta Sakai's avatar Shunta Sakai Committed by android-build-merger
Browse files

Disable a phone number log for user build am: fb688ca8

am: da6eba03

Change-Id: I5cf624d5f0c7be0e32099b2ce53150377a2be55c
parents b9f48fb6 da6eba03
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import android.os.Bundle;
import android.os.Message;
import android.telecom.ConferenceParticipant;
import android.telecom.Connection;
import android.telephony.Rlog;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicInteger;

@@ -1677,10 +1678,10 @@ public class ImsCall implements ICall {
            String endpoint = confInfo.getString(ImsConferenceState.ENDPOINT);

            if (CONF_DBG) {
                logi("notifyConferenceStateUpdated :: key=" + key +
                logi("notifyConferenceStateUpdated :: key=" + Rlog.pii(TAG, key) +
                        ", status=" + status +
                        ", user=" + user +
                        ", displayName= " + displayName +
                        ", user=" + Rlog.pii(TAG, user) +
                        ", displayName= " + Rlog.pii(TAG, displayName) +
                        ", endpoint=" + endpoint);
            }

+3 −3
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ public class ImsUt implements ImsUtInterface {
    public void queryCallForward(int condition, String number, Message result) {
        if (DBG) {
            log("queryCallForward :: Ut=" + miUt + ", condition=" + condition
                    + ", number=" + number);
                    + ", number=" + Rlog.pii(TAG, number));
        }

        synchronized(mLockObj) {
@@ -349,7 +349,7 @@ public class ImsUt implements ImsUtInterface {
            int serviceClass, int timeSeconds, Message result) {
        if (DBG) {
            log("updateCallForward :: Ut=" + miUt + ", action=" + action
                    + ", condition=" + condition + ", number=" + number
                    + ", condition=" + condition + ", number=" + Rlog.pii(TAG, number)
                    + ", serviceClass=" + serviceClass + ", timeSeconds=" + timeSeconds);
        }