wait_for_boot
Pauses execution until an Android device completes its boot process (sys.boot_completed=1). Use after manually starting an emulator to ensure it is ready.
Instructions
Block until a device finishes booting (sys.boot_completed=1). Only needed if you started an emulator elsewhere; boot_emulator already waits by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| timeout_s | No | Timeout in seconds. Default 120. |