Mark async recording timeline
mobile_record_markInsert a labeled timestamp into a device recording to enable precise correlation during later analysis, logcat inspection, or focus events.
Instructions
Attach a labeled timestamp (offsetMs from record start) for later correlation with analyze/focus/logcat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Timeline label, e.g. pre-launch, press-a, home | |
| serial | Yes | Exact ADB serial from mobile_devices_list; never inferred when multiple devices exist | |
| recordId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| offsetMs | Yes | ||
| recordId | Yes | ||
| wallClockIso | Yes |