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

Commit 59678277 authored by Lalit Maganti's avatar Lalit Maganti
Browse files

telephony: migrate off deprecated tracing method

Change-Id: I4e716bd61c79b2e75eb066e9adef49767033a233
parent 23b3574c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ public class RadioConfig extends Handler {

            if (rr != null) {
                Trace.asyncTraceForTrackEnd(
                        Trace.TRACE_TAG_NETWORK, "RIL", "" /* unused */, rr.mSerial);
                        Trace.TRACE_TAG_NETWORK, "RIL", rr.mSerial);
                mRequestList.remove(serial);
            }
        }