Home > Back-end >  Android studio logcat not filtering by log level
Android studio logcat not filtering by log level

Time:01-20

Android studio is not filtering anymore by level DEBUG and INFO, only ERROR and WARN works. It happens with any android studio version (from chipmunk to electriceel). So when i choose debug or info, it filters like with VERBOSE. Anyone have the same problem?

ADB version:

Android Debug Bridge version 1.0.41 Version 33.0.3-8952118 Installed as /usr/local/bin/adb

CodePudding user response:

Try Invalidating caches & Restart by selecting all options.

enter image description here

CodePudding user response:

You can try restarting the logcat by pressing Alt 6 twice if invalidating caches and restarting doesn't help your problem.

  • Related