capture_logcat
Capture Android logcat output to investigate device activity and app behavior. Save logs to a file for forensic analysis.
Instructions
Capture Android system logs (logcat). Critical for understanding device activity and app behavior.
Args: output_file: Path to save the logcat output device_id: Optional device serial number lines: Number of log lines to capture (default 10000) filter_spec: Optional logcat filter (e.g., "*:W" for warnings+) include_timestamps: Include timestamps in output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| device_id | No | ||
| filter_spec | No | ||
| output_file | Yes | ||
| include_timestamps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||