pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs

This commit is contained in:
Dmitry Vyukov 2018-01-06 14:54:09 +01:00
parent 0019344752
commit 342feda2bf
2 changed files with 4 additions and 0 deletions

View File

@ -590,6 +590,8 @@ var linuxOopses = []*oops{
},
},
[]*regexp.Regexp{
// CONFIG_DEBUG_OBJECTS output.
compile("ODEBUG:"),
// Android prints this sometimes during boot.
compile("Boot_DEBUG:"),
},

2
pkg/report/testdata/linux/report/144 vendored Normal file
View File

@ -0,0 +1,2 @@
[ 404.700173] ODEBUG: Out of memory. ODEBUG disabled