Only log COLD_DEVICE_REBOOTING startup latency logs

Fix: 305391017
Test: Unit test
Flag: NA
Change-Id: I976add25ea14d49e2ea84e395985edb9f559370c
This commit is contained in:
Fengjiang Li
2023-11-16 16:12:04 -08:00
parent 7056e2d2e4
commit e5f91a4c7a
5 changed files with 262 additions and 322 deletions
@@ -696,9 +696,6 @@ public class StatsLogManager implements ResourceBasedOverride {
"The duration to inflate launcher root view in launcher activity's onCreate().")
LAUNCHER_LATENCY_STARTUP_VIEW_INFLATION(1364),
@UiEvent(doc = "The duration of synchronous loading workspace")
LAUNCHER_LATENCY_STARTUP_WORKSPACE_LOADER_SYNC(1366),
@UiEvent(doc = "The duration of asynchronous loading workspace")
LAUNCHER_LATENCY_STARTUP_WORKSPACE_LOADER_ASYNC(1367),
;