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

Commit d63d469e authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "RTT logging tweaks"

am: 4cd18583

Change-Id: I2d64aa6ae78b8c1f61368319a8813f6fc48ac7c9
parents 210ed4f4 4cd18583
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;
            }