adb_cat
Read a text file from an Android device via ADB. Specify file path, optional device serial, and maximum lines to return.
Instructions
Read a text file from the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path on device | |
| device | No | Device serial | |
| maxLines | No | Maximum lines to return (1-10000) |