withLogcatReadNonBlocking

fun withLogcatReadNonBlocking(logcatReadNonBlocking: Boolean): CoreConfigurationBuilder

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.