Inspect installed packages
devilge_inspect_packagesLists installed Android applicationIds with optional substring filter, indicating if a process is running and its PID to help find the correct packageName for error capture.
Instructions
Lists Android applicationIds installed on the device, optionally filtered by a substring. For each match, reports whether a process is currently running and its PID. Use this to discover the right packageName value before calling devilge_get_app_errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Substring filter (e.g. "myapp", "staging", "com.example"). Empty returns up to maxResults installed packages. | |
| serial | No | Device serial. Defaults to DEVILGE_DEFAULT_DEVICE_SERIAL or the only attached device. | |
| maxResults | No | Maximum results to return. Default 50. |