Reputation: 5227
After updating from Android Studio 3.2 to 3.3 the LogCat filtering options are no longer present, and a quick search through the Android Studio settings doesn't reveal any option to bring them back.
How do you show/hide the logcat filter options in Android Studio 3.3?
Upvotes: 13
Views: 4034
Reputation: 1518
I had the same issue in Android studio 3.4.2
version. I think it's a UI rendering issue.
By changing logcat
tab's position to top/left/right/bottom
filter options will be reappear.
Upvotes: 3
Reputation: 5227
It appears that this was just a weird UI state after the Android Studio Update. I changed it from "Docked Mode" to "Floating Mode" and the logcat filter bar returned and stayed even after returning to "Docked Mode".
Upvotes: 26
Reputation: 1
I had the same problem. It probably is a problem in Android Studio 3.3.
I searched everywhere but couldn't find a way to make it available. So I downloaded Android Studio 3.4 Beta
and Logcat
is available.
Upvotes: 0