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

Commit a297b682 authored by Hall Liu's avatar Hall Liu
Browse files

RTT logging tweaks

Add response status to RTT upgrade response log

Test: logging change
Change-Id: Ibab5624fefa1c9f8fb63da03b419e0cf9b62d496
Merged-In: Ibab5624fefa1c9f8fb63da03b419e0cf9b62d496
parent d449b236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3142,7 +3142,7 @@ public class ImsCall implements ICall {
        public void callSessionRttModifyResponseReceived(int status) {
            ImsCall.Listener listener;

            logi("callSessionRttModifyResponseReceived");
            logi("callSessionRttModifyResponseReceived: " + status);
            synchronized(ImsCall.this) {
                listener = mListener;
            }