diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-03-18 01:06:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-18 17:41:34 +0100 |
| commit | 2c31c529a9a44be5d99e769204b7a4b84b93eec1 (patch) | |
| tree | cfacc69f052e95a15d9449eeeb8e26a016cfbbd7 /pkg/report/linux.go | |
| parent | 0a96a13cb96316b8374bb7d8dd0793bcaff166a0 (diff) | |
pkg/report: improve report titles
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 07c061ff9..1eb90168d 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -836,6 +836,7 @@ var linuxStackParams = &stackParams{ "usb_control_msg", "usb_hcd_submit_urb", "usb_submit_urb", + "^complete$", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
