On IntelliJ, i’m trying to read the logcat for seeking errors.
The problem is that all the applications’ log are present in the ‘Android’ Window.
How to only display the log that is relevant ?
I’m not looking for tags since i want to view Exception throws, Segfaults from JNI, etc.
Thanks !
You can filter by the process ID (PID):
The only drawback is that PID changes and you will have to adjust the filter after every app restart.