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

Commit b07de8d1 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

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

* commit 'fda0ff02':
  Add missing member to string conversion - helps in debugging.
parents 76dc7a1a fda0ff02
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() + " }";
    }