get_dumpsys
Retrieve system diagnostic dumpsys data for Android services or app packages to troubleshoot device behavior.
Instructions
Retrieve system diagnostic details (dumpsys) for a service or package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| packageName | No | Filter output for a specific application package (only supported by some dumpsys services like 'package', 'activity', 'meminfo') | |
| serviceName | No | Service name to dump (e.g. 'battery', 'cpuinfo', 'meminfo', 'window'). Omit to list all available services. |