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

Commit 4cd18583 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "RTT logging tweaks"

parents 8806388d a297b682
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;
            }