skip to Main Content

Android Studio is not showing up the dropdown that contains Verbose, Error and other things. I’m following a tutorial and it has that drop down menu, but mine doesn’t.enter image description here

My Android Studio is not having a dropdown containing Verbose, Error and other things like in this image. enter image description here

2

Answers


  1. That’s the logic from the older Android Studio versions. Now, instead, you can filter logs with keys as described here.

    In your case, the key is level, e.g. package:mine level:debug

    enter image description here

    Login or Signup to reply.
  2. If you are using Dolphin Android studio then follow these steps :
    Open Setting -> Experimental Tab – > Unchecked Logcat (Enable new Logcat tool window)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search