Jan
Jan

Reputation: 3401

LogCat is missing the filters options

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

Answers (22)

Raj
Raj

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

Avinash Rawat
Avinash Rawat

Reputation: 11

enter image description here

Go to Setting Right Top, just Click Show Tool

Upvotes: 1

Hossam Ali
Hossam Ali

Reputation: 803

In my case

On your android studio press ALT+6

Upvotes: 0

MorZa
MorZa

Reputation: 2325

I synced the files and then restarted the computer.

Upvotes: 0

Tin Tran
Tin Tran

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

Aaron Dancygier
Aaron Dancygier

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.

1) switch from dock pinned to window

2) switch back from window to dock pinned

Upvotes: 13

SuperUserRR
SuperUserRR

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

Elvis Lima
Elvis Lima

Reputation: 144

Simple

File -> Invalidate Caches / Restart -> Invalidade and Restart

Upvotes: 2

Mike Diente
Mike Diente

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

Sdghasemi
Sdghasemi

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

Moaz El-sawaf
Moaz El-sawaf

Reputation: 3039

Just right click on the title bar of it and switch to windowed mode then go back to your mode...

Upvotes: 7

Chinese Cat
Chinese Cat

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

Asadullah Mumtaz
Asadullah Mumtaz

Reputation: 181

screenshort of LogCat of Android Studio

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

jcfuerte
jcfuerte

Reputation: 494

I fixed in Mac by double clicking toolbar window to maximize as comments above.

Upvotes: 0

lior_13
lior_13

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

R.Mohanraj
R.Mohanraj

Reputation: 1391

enter image description hereSee This Image Here, Bottom of android studio left side corner click the rectangle icon.

Upvotes: 128

Ashutosh Dash
Ashutosh Dash

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

boksha78
boksha78

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

Mahmoud
Mahmoud

Reputation: 2883

I had the same problem.

File -> Invalidate Caches / Restart solved the problem.

Upvotes: 12

Matthieu Smith
Matthieu Smith

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

Columbo
Columbo

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

Tspoon
Tspoon

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

Related Questions