adb_cat
Retrieve the contents of a text file from an Android device via ADB, with an option to limit the number of lines returned.
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) |