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

Commit 4edce1ab authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "SystemServiceManager: clarify onBootPhase timing log" into rvc-dev am: e364529e

Change-Id: Iaa9472b83daa825f00f3840dae98ec1fbce23a1d
parents fac320eb e364529e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ public class SystemServiceManager {
            for (int i = 0; i < serviceLen; i++) {
                final SystemService service = mServices.get(i);
                long time = SystemClock.elapsedRealtime();
                t.traceBegin(service.getClass().getName());
                t.traceBegin("OnBootPhase " + service.getClass().getName());
                try {
                    service.onBootPhase(mCurrentPhase);
                } catch (Exception ex) {