diff options
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 |
commit | ee763b356227d2ef26f20bbe2c0ad858ce25a9ff (patch) | |
tree | a13736cc9ac490417edc1d605f00eca23245f9df /telephony/java/com | |
parent | eda354b7695a873dca210afb0c8516f8f3db164f (diff) | |
download | frameworks_base-ee763b356227d2ef26f20bbe2c0ad858ce25a9ff.zip frameworks_base-ee763b356227d2ef26f20bbe2c0ad858ce25a9ff.tar.gz frameworks_base-ee763b356227d2ef26f20bbe2c0ad858ce25a9ff.tar.bz2 |
Stop output of call number to logs
Bug: 19602904
Change-Id: Ieb6ae8d5ab27571d1f6cf91c530713f22b21b513
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/ims/ImsCallProfile.java | 2 |
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 8740e19..239c16a 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() + " }"; } |