get_event_log
Retrieve Electron lifecycle events including crashes, hangs, and navigation. Optionally clear the buffer after reading.
Instructions
Read Electron lifecycle events captured by monitor_events (crashes, hangs, navigation, window/webContents lifecycle). Optionally clears the buffer after reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Number of most recent entries to return (default 100). | |
| clear | No | Clear the buffer after reading (default false). | |
| sessionId | Yes | Session id returned by launch_app. |