Searched refs:startUpDebugTimer (Results 1 – 1 of 1) sorted by relevance
531 DurationTimer startUpDebugTimer = Debug.getTimer(Debug.TAG_START_UP_TIMER); in onCreate() local532 if (!startUpDebugTimer.isStarted() in onCreate()533 || startUpDebugTimer.getDuration() > START_UP_TIMER_RESET_THRESHOLD_MS) { in onCreate()536 startUpDebugTimer.start(); in onCreate()538 startUpDebugTimer.log("MainActivity.onCreate"); in onCreate()