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

Commit 29f70de9 authored by Keun-young Park's avatar Keun-young Park
Browse files

Add non-system user unlock time to timing trace

- Car activates non-0 user during bootup always.

Bug: 124050780
Test: Check log during bootup
Change-Id: I502f291277d968ddc84b66439934c4bc80f1658c
(cherry picked from commit f3dbedd902759f5b6b6fd7c34da2c53429947851)
parent 400d99a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2072,7 +2072,8 @@ class UserController implements Handler.Callback {
                new TimingsTraceLog("SystemServerTiming", Trace.TRACE_TAG_SYSTEM_SERVER)
                        .logDuration("SystemUserUnlock", unlockTime);
            } else {
                Slog.d(TAG, "Unlocking user " + id + " took " + unlockTime + " ms");
                new TimingsTraceLog("SystemServerTiming", Trace.TRACE_TAG_SYSTEM_SERVER)
                        .logDuration("User" + id + "Unlock", unlockTime);
            }
        }
    };