diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-17 21:50:57 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-17 21:50:57 +0100 |
| commit | 56cc113a8ea223321811dcbe8de975e081f5f5b2 (patch) | |
| tree | 85e6b6f438992cb2f3f792dc95247a9bd07928a2 /dashboard/dashapi/dashapi.go | |
| parent | b8970f313eb05ee8e7e66337a9329a66ed2f2079 (diff) | |
dashboard/app: improve report format
- show kernel repo alias
- show commit title/date
- say how many times the crash happened/where
- some minor tweaks
Fixes #468
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index c9b9ded15..6b1f6ab7b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -231,6 +231,8 @@ type BugReport struct { ReproC []byte ReproSyz []byte CrashID int64 // returned back in BugUpdate + NumCrashes int64 + HappenedOn []string // list of kernel repo aliases CrashTitle string // job execution crash title Error []byte // job execution error |
