diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 14:54:09 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 14:54:09 +0100 |
| commit | 342feda2bf7113744e61c5e7843e64ab9c99d85c (patch) | |
| tree | e0747c8e1421074f04a474a37e1b537822fb4ae9 /pkg/report/linux.go | |
| parent | 00193447522daf7bae569c70cfa263e45eafc8ca (diff) | |
pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 4f3a76dda..9b3ab4340 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -590,6 +590,8 @@ var linuxOopses = []*oops{ }, }, []*regexp.Regexp{ + // CONFIG_DEBUG_OBJECTS output. + compile("ODEBUG:"), // Android prints this sometimes during boot. compile("Boot_DEBUG:"), }, |
