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

Commit 315def89 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Fix tracing call for RulesManagerService startup" into oc-mr1-dev

am: ce24dd38

Change-Id: Ifadd27aa8f05efc2244aef76fa18e6ee245b72e2
parents 797db6f8 ce24dd38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1194,7 +1194,7 @@ public final class SystemServer {
            if (startRulesManagerService) {
                traceBeginAndSlog("StartTimeZoneRulesManagerService");
                mSystemServiceManager.startService(TIME_ZONE_RULES_MANAGER_SERVICE_CLASS);
                Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
                traceEnd();
            }

            traceBeginAndSlog("StartAudioService");