Merge "Fixed wrong traceEnd() call"

This commit is contained in:
TreeHugger Robot
2019-10-04 19:52:58 +00:00
committed by Android (Google) Code Review

View File

@@ -1184,7 +1184,7 @@ class UserController implements Handler.Callback {
updateStartedUserArrayLU();
}
needStart = true;
t.traceBegin("updateStateStopping");
t.traceEnd();
}
if (uss.state == UserState.STATE_BOOTING) {