Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 3.0 - Logcat window can not show filter input control

Tags:

I can not type a text filter in the logcat input text control on Android Studio 3.0.1, because it is too small.

My screen is big enough. I did an event switch to fullscreen but this did not solve the problem.

See the screenshot below.

Has anyone seen this problem? How do you solve it?

enter image description here

enter image description here

like image 846
alan Avatar asked Dec 05 '17 03:12

alan


People also ask

Why is my Logcat not showing anything in Android?

Solution 1: Restarting your Android StudioIn your IDE Go to File > Invalidate Caches and Restart > Invalidate and Restart. This Solution will clear all the caches of Android studio IDE and restart it automatically, By the method, there are 80% change that Logcat will start work as before.

Can not find Logcat in Android Studio?

Go to Project Structure -> Facets -> “+” -> Android -> Select Project Logcat should now be visible.

How do I search in Logcat?

And other option is Right click on Logcat tab and then enable Floating mode. Then just resize the floating window so that the Logcat search can expand. Edit: You can also use CTRL+F to filter logcat. It will open new search bar and then you can try on that.


1 Answers

Try clicking on the setting (cog-wheel icon) inside the logcat window and select the windowed or the floating modes, and then try to stretch the window size as long as you can

like image 53
regev avraham Avatar answered Oct 05 '22 16:10

regev avraham