Reputation: 3401
The filters are on the devices tab. But isn't this supposed to be in logcat?
How do you reset them back?
Upvotes: 201
Views: 45281
Reputation: 387
In your android studio settings, go to Experimental and unvalidate the "Enable new logcat" and restart your android studio, it will work.
Upvotes: 0
Reputation: 131
I fixed by changing its location. Click Setting -> Move to -> Left Top : The logcat reappeared. After that, change it to the previous location. Click Setting -> Move to -> Bottom Left
Upvotes: 13
Reputation: 1986
I fixed this by setting viewmode for logcat to a separate window and the switching view mode back to "Dock Pinned". Right click on the top bar of and you will see view mode option. It will essentially reset logcat.
Upvotes: 13
Reputation: 1
I tried restarting a couple of times but that did not bring the filter menu in Logcat tab. However, in my case, it was also showing a pop-up notification to update the IDE. I updated it and got the filter option back.
Upvotes: 0
Reputation: 144
Simple
File -> Invalidate Caches / Restart -> Invalidade and Restart
Upvotes: 2
Reputation: 301
Bug still occurs in Android Studio 3.5 Build #AI-191.8026.42.35.5791312. What worked for me is clicking the Event Log then it shows.
Upvotes: 9
Reputation: 5598
Still having the problem with AS 3.5 which is awful! Fixing it every time by switching logcat window view mode from dock pinned to float and changing it back to dock pinned again.
Opened an issue here for the team to fix it. Consider starring it to get more attention, or sharing your own experience to help find the culprit.
Upvotes: 7
Reputation: 3039
Just right click on the title bar of it and switch to windowed mode then go back to your mode...
Upvotes: 7
Reputation: 5428
There is a way to make it appear. Just click the "Event log" label in the bottom-right of AS.
But it may will miss again in some case... I guess whether it's a bug of AS.
This bug is still existing in Android Studio 3.5 the lastest stable version, I got it just now(08/26/2019 3:13PM).
Upvotes: 452
Reputation: 181
I resolved this issue by selecting 'split mode' from the setting option of the top right corner of LogCat section of Android Studio
Happy Android Coding! Hope this will save anyone's time!
Upvotes: 2
Reputation: 494
I fixed in Mac by double clicking toolbar window to maximize as comments above.
Upvotes: 0
Reputation: 609
I had the same problem. It didn't ever happened before on my PC, but now I'm using Mac and many bad things happens.
I tried to fix it by the above solutions, but nothing worked for me. What eventually did work was double clicking the toolbar (to maximize tool window).
Upvotes: 1
Reputation: 1391
See This Image Here, Bottom of android studio left side corner click the rectangle icon.
Upvotes: 128
Reputation: 610
I faced the same problem in Android Studio 3.3 and by Toggling 'Floating Mode' on and off, the filters appeared.Hope it will help in your case also.
Upvotes: 8
Reputation: 431
Restart Android Studio didn't help me, nor toggling floating mode, but clicking the "Event log" label in the bottom-right of AS did the trick!
Upvotes: 42
Reputation: 2883
I had the same problem.
File -> Invalidate Caches / Restart solved the problem.
Upvotes: 12
Reputation: 160
I tired closing and reopening Android Studio and even restarting my mac and nothing worked. Instead of closing Android Studio I did invalidate cache and restart under the tab file in Android Studio and everything seems to be fixed now
Upvotes: 0
Reputation: 6766
Had this problem on Android Studio 3.2 Beta 4 (Windows 64-bit). Toggling 'Floating Mode' on and off again made the filters reappear. Bit faster than exiting Android Studio if you're lucky enough.
Upvotes: 147
Reputation: 3800
Had the same problem.
Exit and restart Android Studio and it should be fixed.
Interestingly, the first time I tried to re-open Android Studio I got a crash. But the second time it worked fine. Perhaps there's a bug somewhere.
Upvotes: 135