Searched refs:mLogStartDelay (Results 1 – 2 of 2) sorted by relevance
50 private int mLogStartDelay; field in BackgroundDeviceAction68 mLogStartDelay = startDelay; in BackgroundDeviceAction()84 if (mLogStartDelay > 0) { in run()85 CLog.d("Sleep for %d before starting %s for %s.", mLogStartDelay, mDescriptor, in run()87 getRunUtil().sleep(mLogStartDelay); in run()
144 private int mLogStartDelay = 5*1000; field in NativeDevice335 mLogStartDelay = delay; in setLogStartDelay()2064 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()2068 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()