capture_bugreport
Capture detailed bug reports from Android devices, including system logs, device state, and screenshots. Save the report to a specified path or retrieve it as text for diagnostics and troubleshooting.
Instructions
Capture a bug report from a device.
Bug reports are comprehensive diagnostic information packages that include system logs, device state, running processes, and more.
Args: serial: Device serial number ctx: MCP context output_path: Where to save the bug report (leave empty to return as text) include_screenshots: Whether to include screenshots in the report timeout_seconds: Maximum time to wait for the bug report to complete (in seconds)
Returns: Path to the saved bug report or a summary of the report contents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_screenshots | No | ||
output_path | No | ||
serial | Yes | ||
timeout_seconds | No |