as_adb_logcat_clear
Clears the device log buffer via adb logcat -c, removing all existing log entries to allow fresh logging.
Instructions
Clear the device log buffer (adb logcat -c).
Args: params (SerialInput): serial.
Returns: str: JSON with the command result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |