I wanted to filter what is shown in the Android Studio Logcat to show what is relevant to my application only. I have chosen Show only selected applications from th
Show only selected applications
For me it was a case of changing the build.gradle file to:
build.gradle
buildTypes { release { debuggable true ... ... }
Project sync then the app should appear in the menu which previously only had No debuggable applications.
Project sync
No debuggable applications