Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db45a01e authored by Etan Cohen's avatar Etan Cohen
Browse files

Add missing member to string conversion - helps in debugging.

Change-Id: I0c8b58f69adcd89038a2c320c9d75172b7a10d5c
parent eb4de876
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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() + " }";
    }