with Logcat Read Non Blocking
fun withLogcatReadNonBlocking(logcatReadNonBlocking: Boolean): CoreConfigurationBuilder
Content copied to clipboard
Set this to true if you want to read logcat lines in a non blocking way for your thread. It has a default timeout of 3 seconds.
Return
this instance
Parameters
logcatReadNonBlocking
if reading of logcat lines should not block the current thread.