adb_ril_poll
Retrieve RIL (Radio Interface Layer) messages from an Android device session. Filter results by category such as registration, signal, or network to diagnose cellular issues.
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 |