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

Commit 5fbf6bed authored by Etan Cohen's avatar Etan Cohen
Browse files

Added log to clarify cause of incoming call termination: rejected or missed

Change-Id: Id59630b6fefb50bc4320622f79ca70a7459ba28b
parent b5efe8fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -980,6 +980,8 @@ public final class ImsPhoneCallTracker extends CallTracker {
                } else {
                    cause = DisconnectCause.INCOMING_MISSED;
                }
                if (DBG) log("Incoming connection of 0 connect time detected - translated cause = "
                        + cause);
            }
            processCallStateChange(imsCall, ImsPhoneCall.State.DISCONNECTED, cause);