logcatFilterByPid

abstract fun logcatFilterByPid(): Boolean

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

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