adb_ci_wait_boot
Wait for an Android device or emulator to fully boot by polling boot completion and launcher readiness. Essential for CI pipelines to ensure device is ready before tests.
Instructions
Wait for a device or emulator to fully boot. Polls sys.boot_completed and waits for the launcher to be ready. Essential for CI pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | Maximum time to wait for boot in seconds (default 120) | |
| device | No | Device serial |