summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shriram Ganesh <sganesh@codeaurora.org> 2015-03-25 18:14:42 -0700
committer Etan Cohen <etancohen@google.com> 2015-03-25 18:23:56 -0700
commitee763b356227d2ef26f20bbe2c0ad858ce25a9ff (patch)
treea13736cc9ac490417edc1d605f00eca23245f9df
parenteda354b7695a873dca210afb0c8516f8f3db164f (diff)
Stop output of call number to logs
Bug: 19602904 Change-Id: Ieb6ae8d5ab27571d1f6cf91c530713f22b21b513
-rw-r--r--telephony/java/com/android/ims/ImsCallProfile.java2
1 files changed, 1 insertions, 1 deletions
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() + " }";
}