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

Commit 23b3574c authored by Lalit Maganti's avatar Lalit Maganti
Browse files

frameworks: migrate use of deprecated asyncTraceForTrackEnd function

This function was deprecated and is going to be removed in a followup so
migrate to the replacement function which no longer takes a trace name.

Bug: 259535570
Change-Id: I2d48e226cf4b918e3196282df09a1c61d80b6596
parent bc7463c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5674,7 +5674,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                    + " ,error: " + error);
            return null;
        }
        Trace.asyncTraceForTrackEnd(Trace.TRACE_TAG_NETWORK, "RIL", "" /* unused */, rr.mSerial);
        Trace.asyncTraceForTrackEnd(Trace.TRACE_TAG_NETWORK, "RIL", rr.mSerial);

        // Time logging for RIL command and storing it in TelephonyHistogram.
        addToRilHistogram(rr);