am fda0ff02: Merge "Add missing member to string conversion - helps in debugging." into lmp-mr1-dev automerge: b07de8d

automerge: de67144

* commit 'de6714474d9d54c5ba0d6a83eafe5ecb96bf337e':
  Add missing member to string conversion - helps in debugging.
This commit is contained in:
Pavel Zhamaitsiak
2014-12-11 10:24:36 +00:00
committed by android-build-merger

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