From ee763b356227d2ef26f20bbe2c0ad858ce25a9ff Mon Sep 17 00:00:00 2001 From: Shriram Ganesh Date: Wed, 25 Mar 2015 18:14:42 -0700 Subject: [PATCH] Stop output of call number to logs Bug: 19602904 Change-Id: Ieb6ae8d5ab27571d1f6cf91c530713f22b21b513 --- telephony/java/com/android/ims/ImsCallProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/com/android/ims/ImsCallProfile.java b/telephony/java/com/android/ims/ImsCallProfile.java index 8740e19fb782..239c16a223d1 100644 --- a/telephony/java/com/android/ims/ImsCallProfile.java +++ b/telephony/java/com/android/ims/ImsCallProfile.java @@ -270,7 +270,7 @@ public class ImsCallProfile implements Parcelable { return "{ serviceType=" + mServiceType + ", callType=" + mCallType + ", restrictCause=" + mRestrictCause + - ", callExtras=" + mCallExtras.toString() + + //", callExtras=" + mCallExtras.toString() + ", mediaProfile=" + mMediaProfile.toString() + " }"; } -- 2.11.0