Home | History | Annotate | Download | only in app

Lines Matching refs:crash

94 	CrashID    int64  // crash that we've last reported in this reporting
100 type Crash struct {
104 Reported time.Time // set if this crash was ever reported
111 // Custom crash priority for reporting (greater values are higher priority).
112 // For example, a crash in mainline kernel has higher priority than a crash in a side branch.
133 // - reproduce crash
134 // - test that crash still happens on HEAD
135 // - crash bisect
159 CrashTitle string // if empty, we did not hit crash during testing
168 // Text holds text blobs (crash logs, reports, reproducers, etc).