From db45a01e229f8af7fa36874230e47deb636727d4 Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Wed, 10 Dec 2014 10:08:20 -0800 Subject: Add missing member to string conversion - helps in debugging. Change-Id: I0c8b58f69adcd89038a2c320c9d75172b7a10d5c --- telephony/java/com/android/ims/ImsCallProfile.java | 1 + 1 file changed, 1 insertion(+) (limited to 'telephony/java/com/android') diff --git a/telephony/java/com/android/ims/ImsCallProfile.java b/telephony/java/com/android/ims/ImsCallProfile.java index 9de938a..8740e19 100644 --- a/telephony/java/com/android/ims/ImsCallProfile.java +++ b/telephony/java/com/android/ims/ImsCallProfile.java @@ -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() + " }"; } -- cgit v1.1