adb_shell
Execute shell commands on Android devices and retrieve standard output and error streams for troubleshooting or automation.
Instructions
Execute a shell command on the Android device. Returns stdout and stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute on the device | |
| device | No | Device serial | |
| timeout | No | Timeout in milliseconds (1s-10min) |