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
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
2
Answers
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 afterpackage:mine
if you want a filter in your package.Like here:
package:mine level:error
See below image for batter understanding
Hope it helps.
rightclick on logcat window’s toppanel and try to swap View Mode. Mine were
Docked -> Floated->
then again switched toDocked
. The filter panel should appear as previously.