Issue
I don’t konw how to fix it,even I have attempted to do these question’s solutions,similar question1
similar question2
my android studio version is 2021.3.1
Solution
That is New Logcat (update – dolphin).
If you want to put filter of level then you just have to write level:error
,level:verbose
etc after package:mine
if you want a filter in your package.
Like here: package:mine level:error
See below image for batter understanding
Hope it helps.
Answered By – M DEV
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0