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

Commit 8b8d58cc authored by Chris Wailes's avatar Chris Wailes
Browse files

Re-adds a trace point that was accidentally removed.

Test: Built and collected a trace to verify slice ended
Change-Id: Ic75d65fc7b2a417fc3a58c2df8ec9deb795fb418
parent 7c7e6ac2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -646,6 +646,8 @@ public final class Zygote {

            disableExecuteOnly(args.mTargetSdkVersion);

            Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);

            return ZygoteInit.zygoteInit(args.mTargetSdkVersion,
                                         args.mRemainingArgs,
                                         null /* classLoader */);