I observed that when i use Logcat with Android Studio , I get messages from many other applications as well.I applied filtering option but ,now it is not showing anything related to my application.Any other solution for this problem??
Why logcat showing nothing about my application ? after adding filters?
104 views Asked by Jack At
2
Use the dropdown at the top right corner in logcat window, which should be displaying No Filters by default, and choose Edit Filter Configuration and add your Package Name to show logs from that app only(Set the configuration selected).