Merge "Stop output of call number to logs" into lmp-mr1-wfc-dev

This commit is contained in:
Etan Cohen
2015-03-26 02:58:54 +00:00
committed by Android (Google) Code Review

View 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() + " }";
}