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