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

Commit da277749 authored by Keun-young Park's avatar Keun-young Park Committed by Android (Google) Code Review
Browse files

Merge "Add non-system user unlock time to timing trace"

parents 76b50d37 29f70de9
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);
            }
        }
    };