adb_restart_app
Restart an Android app by force-stopping and relaunching it with a single ADB command, replacing multi-step debugging workflows.
Instructions
Force-stop then re-launch an app. The most frequent debugging workflow in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name (e.g., 'com.example.app') | |
| device | No | Device serial | |
| delayMs | No | Delay between stop and start in ms (0-10000, default 500) |