Reputation: 34983
I would like to clear the contents of the Android Studio Logcat console log.
How do you clear the current contents of the log?
Upvotes: 9
Views: 10761
Reputation: 3443
If you cannot see the toolbar, right-click on the logcat screen and click Show Toolbar
After that you may click trash-bin icon on top of it.
Upvotes: 12
Reputation: 34983
The Clear Logcat
"trash" button is located to the left of the Logcat console.
I find that in Android Studio version 1.0.1 you must then additionally click the Reset
button. Otherwise, the console stops logging after Clear Logcat
is pressed. I am not sure if this is intended behavior.
Upvotes: 14