withLogcatFilterByPid

fun withLogcatFilterByPid(logcatFilterByPid: Boolean): CoreConfigurationBuilder

Set this to true if you want to include only logcat lines related to your Application process. Note that this is always done by android starting with API 16 (Jellybean)

Return

this instance

Parameters

logcatFilterByPid

true if you want to filter logcat with your process id.