Skip to content

Clear Logcat

Clear the logcat buffer on a connected Android device (equivalent to adb logcat -c). Use this right before reproducing a bug so the next logcat_read only shows relevant output.

ParameterTypeRequiredDefaultDescription
deviceIdstringNoTarget device serial

Clear the logcat buffer

Clear logcat on emulator-5554

  • Logcat — Read logcat with tag, priority, time, and text filters
  • Device Shell — Run dumpsys commands for deeper debugging