Searched refs:startUpDebugTimer (Results 1 – 1 of 1) sorted by relevance
511 DurationTimer startUpDebugTimer = Debug.getTimer(Debug.TAG_START_UP_TIMER); in onCreate() local512 if (!startUpDebugTimer.isStarted() in onCreate()513 || startUpDebugTimer.getDuration() > START_UP_TIMER_RESET_THRESHOLD_MS) { in onCreate()516 startUpDebugTimer.start(); in onCreate()518 startUpDebugTimer.log("MainActivity.onCreate"); in onCreate()