get_firefox_output
Retrieve and filter Firefox logs including stderr, warnings, crashes, and stack traces to diagnose issues. Use grep and time filters to focus on specific output.
Instructions
Retrieve Firefox output (stdout/stderr including MOZ_LOG, warnings, crashes, stack traces). Returns recent output from the capture file. Use filters to focus on specific content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | Filter log lines containing this string (case-insensitive) | |
| lines | No | Number of recent log lines to return (default: 100, max: 10000) | |
| since | No | Only show logs written in the last N seconds |