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

Commit fda0ff02 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android (Google) Code Review
Browse files

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

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