OSDN Git Service

Stop output of call number to logs
authorShriram Ganesh <sganesh@codeaurora.org>
Thu, 26 Mar 2015 01:14:42 +0000 (18:14 -0700)
committerEtan Cohen <etancohen@google.com>
Thu, 26 Mar 2015 01:23:56 +0000 (18:23 -0700)
Bug: 19602904
Change-Id: Ieb6ae8d5ab27571d1f6cf91c530713f22b21b513

telephony/java/com/android/ims/ImsCallProfile.java

index 8740e19..239c16a 100644 (file)
@@ -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() + " }";
     }