Merge "Add missing member to string conversion - helps in debugging." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fda0ff020d
@@ -269,6 +269,7 @@ public class ImsCallProfile implements Parcelable {
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
return "{ serviceType=" + mServiceType +
|
return "{ serviceType=" + mServiceType +
|
||||||
", callType=" + mCallType +
|
", callType=" + mCallType +
|
||||||
|
", restrictCause=" + mRestrictCause +
|
||||||
", callExtras=" + mCallExtras.toString() +
|
", callExtras=" + mCallExtras.toString() +
|
||||||
", mediaProfile=" + mMediaProfile.toString() + " }";
|
", mediaProfile=" + mMediaProfile.toString() + " }";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user