Why logcat showing nothing about my application ? after adding filters?

104 views Asked by At

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??

2

There are 2 answers

0
Midhun Vijayakumar On BEST ANSWER

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).

0
ThaiPD On

in the bottom of Editor, select tab Android. At the right side you can see options to select log type to show.enter image description here