adb_get_logcat
Retrieve logcat output from Android devices to monitor logs, filter by tags, and specify device ID or line count for targeted debugging and analysis.
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) |