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

Commit cc81990f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "frameworks: migrate use of deprecated asyncTraceForTrackEnd function"

parents fa83ab2a 23b3574c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5691,7 +5691,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);