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

* commit 'fda0ff020d2ce63e4010e24d5f4bebf7fbe026c5':
  Add missing member to string conversion - helps in debugging.
This commit is contained in:
Pavel Zhamaitsiak
2014-12-11 04:55:47 +00:00
committed by Android Git Automerger

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