get_crash_logs
Retrieve recent crash logs from the bridge to identify the last operation and traceback after a game crash.
Instructions
Get recent crash logs from the bridge.
If the game crashed after a write operation, this shows:
The last operation before crash (from write-ahead log)
Crash timestamp and context
Python traceback if available
Use this to diagnose what caused a crash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |