Device Shell
Overview
Section titled “Overview”Run any shell command on a connected device. Useful for checking system state, running dumpsys commands, and other advanced operations.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
command | string | Yes | — | Shell command to execute on the device |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Run “dumpsys meminfo com.example.myapp” on the device
Run “pm list packages -3” to list third-party apps
Run “getprop ro.build.version.release” to get Android version
Run “df -h” to check disk space
Run “dumpsys battery” to check battery stats
Related Tools
Section titled “Related Tools”- Logcat — Read application logs
- Device Info — Structured device information