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

Commit 410b9b8f authored by James Lin's avatar James Lin Committed by Automerger Merge Worker
Browse files

Merge "Fix Telephony crash in the method ImsCallProfile#toString" into rvc-dev...

Merge "Fix Telephony crash in the method ImsCallProfile#toString" into rvc-dev am: f5e5a879 am: b04145b4

Change-Id: Ia6f5995bcef5c0bda211fc044fec933fa98ac0b7
parents aad2c42b b04145b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ public final class ImsCallProfile implements Parcelable {
        return "{ serviceType=" + mServiceType
                + ", callType=" + mCallType
                + ", restrictCause=" + mRestrictCause
                + ", mediaProfile=" + mMediaProfile.toString()
                + ", mediaProfile=" + (mMediaProfile != null ? mMediaProfile.toString() : "null")
                + ", emergencyServiceCategories=" + mEmergencyServiceCategories
                + ", emergencyUrns=" + mEmergencyUrns
                + ", emergencyCallRouting=" + mEmergencyCallRouting