adb_ril_poll
Retrieve captured RIL messages since the last poll. Filter by category or return raw logcat lines for Android radio network diagnostics.
Instructions
Retrieve captured RIL messages since the last poll. Optionally filter by category (registration, cell_info, signal, network, security, handover, data, radio_state, nas).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session ID from adb_ril_start (e.g., 'ril_1') | |
| category | No | Filter by category: registration, cell_info, signal, network, security, handover, data, radio_state, sms, nas, other | |
| maxMessages | No | Max messages to return per poll (1-10000) | |
| raw | No | Return raw logcat lines instead of parsed messages |