with Logcat Filter By Pid
fun withLogcatFilterByPid(logcatFilterByPid: Boolean): CoreConfigurationBuilder
Content copied to clipboard
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.