B-logcat is a small tool to view / filter the android logs.

pip install b-logcat
Run the following command to show the help message:
logcat --help
Or simply run
logcat
When the app is running, you can type command to filter the log. For example, if you want to search foo just type /foo and press ENTER