Skip to content Skip to sidebar Skip to footer

Android Studio "clear All" In Log Cat, Logs Still Come Back When Changing Log Level Filter

In LogCat, when I click the 'clear all' button, it appears to clear all of the logs. However, if I change the log level, and come back to the previous log level, all of the logs ha

Solution 1:

The following screenshot is from Android Studio 1.1 Beta 4.

Android Studio - clear logs from UI

Hope this helps.

Solution 2:

Not sure from Android-studio GUI but from command line you can call

adb logcat -c

Post a Comment for "Android Studio "clear All" In Log Cat, Logs Still Come Back When Changing Log Level Filter"