I'm using Android Studio 1.0.2 and can't find the way to clear logcat output before each Run/Debug.
Is there any Gradle task (similar to adb logcat -c
) that I can create a Run/Debug configuration for in order to clear output? Or is there simpler way to clear the logcat?