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

Commit 47bcde88 authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Handle emergency registration failure case" into udc-dev

parents 79a3ceb8 ed399756
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3546,6 +3546,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                // Since onCallInitiating and onCallProgressing reset mPendingMO,
                // we can't depend on mPendingMO.
                if ((reasonInfo.getCode() == ImsReasonInfo.CODE_SIP_ALTERNATE_EMERGENCY_CALL
                        || reasonInfo.getCode() == ImsReasonInfo.CODE_LOCAL_NOT_REGISTERED
                        || reasonInfo.getCode() == ImsReasonInfo.CODE_LOCAL_CALL_CS_RETRY_REQUIRED)
                        && conn != null) {
                    logi("onCallStartFailed eccCategory=" + eccCategory);