adb_get_logcat
Retrieve logcat from an Android device, filtering by tag, log level, and recent line count to inspect system and app logs.
Instructions
Obtiene el buffer de logcat del dispositivo Android, opcionalmente filtrado por tag, nivel de log y limitado a las últimas N líneas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Número de últimas líneas a retornar. | |
| log_level | No | Nivel mínimo de log a incluir. | |
| filter_tag | No | Filtra entradas por tag (etiqueta de log). |