Merge "Add missing member to string conversion - helps in debugging." into lmp-mr1-dev

This commit is contained in:
Pavel Zhamaitsiak
2014-12-11 04:47:19 +00:00
committed by Android (Google) Code Review

View File

@@ -269,6 +269,7 @@ public class ImsCallProfile implements Parcelable {
public String toString() {
return "{ serviceType=" + mServiceType +
", callType=" + mCallType +
", restrictCause=" + mRestrictCause +
", callExtras=" + mCallExtras.toString() +
", mediaProfile=" + mMediaProfile.toString() + " }";
}