get_firefox_output
Retrieve recent Firefox output including logs, warnings, crashes, and stack traces. Filter by lines, grep pattern, or time range to focus on specific content.
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 |
|---|---|---|---|
| lines | No | Number of recent log lines to return (default: 100, max: 10000) | |
| grep | No | Filter log lines containing this string (case-insensitive) | |
| since | No | Only show logs written in the last N seconds |