aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/guilty.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: support multiple OSesDmitry Vyukov2017-10-181-96/+0
| | | | | | Introduce report.Reporter interface. Add an implementation per-OS. Make users be explicit about OS they are testing.
* pkg/report: change arg of ExtractGuiltyFile to []byteDmitry Vyukov2017-06-301-5/+6
| | | | | | | | We usually store reports as []byte, not as string. They can be large. So change arg type to []byte. Also rename it from log to report. In our terminology log is not symblized/processed crash output. What this function wants is called report in manager.
* report: add get maintainers functionAndrey Konovalov2017-06-261-0/+41
|
* pkg/report: move from reportDmitry Vyukov2017-06-171-0/+54