adb_logcat
Retrieve and filter Android device logs using a specified device ID and logcat expression. Outputs a customizable number of log lines for debugging and monitoring on the ADB MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device | No | Specific device ID (optional) | |
filter | No | Logcat filter expression (optional) | |
lines | No | Number of lines to return (default: 50) |