adb_get_logcat
Retrieve Android device logcat output for debugging, with options to filter by tag, specify device ID, and limit lines. Enhances remote device management via ADB MCP Server.
Instructions
Get logcat output from the device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) | |
lines | No | Number of lines to retrieve (default: 100) | |
tag | No | Filter by tag (optional) |