adb_logcat
Capture and manage Android device logs using logcat. Specify filters, device IDs, and line counts to extract relevant debugging information for app development and troubleshooting.
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) |