aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/starnix
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: support prettified starnix logsLaura Peskin2024-06-174-2/+502
| | | | | Also updates the title template for starnix kernel panics to use dashboard space a little more efficiently.
* pkg/report: capture starnix kernel panics caused by rust panicsLaura Peskin2024-03-072-0/+369
Forms a reasonable title for reports of starnix crashes caused by rust panics in the starnix kernel, and takes a first pass at capturing function / pointer details from the backtrace while discarding most of the unrelated log lines. Also splits the fuchsia reporter data inputs into two parts, one for zircon and one for starnix.