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

Commit d34a8950 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed wrong traceEnd() call

Test: echo 'in TH we trust'
Bug: 133242016

Change-Id: Id0043cb3fd6cdc819d4e443ccf7ee43cb0b60ccd
parent 817d014b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1166,7 +1166,7 @@ class UserController implements Handler.Callback {
                    updateStartedUserArrayLU();
                }
                needStart = true;
                t.traceBegin("updateStateStopping");
                t.traceEnd();
            }

            if (uss.state == UserState.STATE_BOOTING) {