How do I find the Logcat Configuration filter in Android Studio 1.0?

I know how to do the actual logcat filtering, but I can't find an icon for it. This is a look at the Logcat demo that I am following. enter image description here

I saw that this is the default view for Logcat - How to filter logcat in Android Studio? ... However, this is what mine is like. enter image description here

Is there a way that I can get the rest of the stuff - log level, filter, etc.? I am using Windows 8 64-bit operating system. It didn't help because in both cases the user was running Ubuntu operating system - Android Logcat Filter is not displayed . and android studio: filter option not displayed

+3


source to share


2 answers


Which version of Android Studio you are using, I am running Windows 7 + AS 1.0.2 and the wording and layout is different from yours.

Anyway, in my " ADB Logs " view I see the same thing as you: enter image description here



But when I switch to " Devices | logcat ", the filter is displayed and can be used correctly: enter image description here

So, I suggest updating Android Studio and checking again.

+1


source


Is this filter text box what you are looking for?



Android Studio Log Filter Location

0


source







All Articles