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

Commit d340d8a1 authored by Keun-young Park's avatar Keun-young Park
Browse files

fix wrong trace from IpConnectivityMetrics

- should use only traceEnd() after traceBeginAndSlog

bug: 32256110
Test: manual log check
Change-Id: If7dcceacd316450990402a1a20877ceb8c85a098
parent db20fb1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ public final class SystemServer {

            traceBeginAndSlog("IpConnectivityMetrics");
            mSystemServiceManager.startService(IpConnectivityMetrics.class);
            Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
            traceEnd();

            traceBeginAndSlog("PinnerService");
            mSystemServiceManager.startService(PinnerService.class);