aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/repro.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-08-21 11:35:15 +0200
committerTaras Madan <tarasmadan@google.com>2025-08-28 11:36:44 +0000
commit6c8b90a1abc330c4e05307ddb268b084a02cd2a3 (patch)
tree0aeeab06948096b0a8b6c60495e3a4dba4291258 /pkg/manager/repro.go
parent443c11c765c0bf86d91595bf5edd50af4476fdc6 (diff)
vm: extract all the crashes from the log
Diffstat (limited to 'pkg/manager/repro.go')
-rw-r--r--pkg/manager/repro.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/manager/repro.go b/pkg/manager/repro.go
index e7034b186..184945c5c 100644
--- a/pkg/manager/repro.go
+++ b/pkg/manager/repro.go
@@ -31,6 +31,7 @@ type Crash struct {
Manual bool
FullRepro bool // used by the diff fuzzer to do a full scale reproduction
*report.Report
+ TailReports []*report.Report
}
func (c *Crash) FullTitle() string {