Clear Logcat
Overview
Section titled “Overview”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.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Clear the logcat buffer
Clear logcat on emulator-5554
Related Tools
Section titled “Related Tools”- Logcat — Read logcat with tag, priority, time, and text filters
- Device Shell — Run
dumpsyscommands for deeper debugging