diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-12 08:23:36 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-12 08:23:36 +0200 |
| commit | 6fe5725de825de9fe21e7697443eadd5fd6bafbf (patch) | |
| tree | 903dfcf4f468dfa73cd0b654c783531c9a076e65 /pkg/report/linux.go | |
| parent | 819b58b09fc321c20a1d465e63643cff8a3f38f0 (diff) | |
pkg/report: ingore another android debug output that looks like kernel crash
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 aae212062..7f65bf3bc 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1131,6 +1131,7 @@ var linuxOopses = append([]*oops{ compile("ODEBUG:"), // Android prints this sometimes during boot. compile("Boot_DEBUG:"), + compile("xlog_status:"), // Android ART debug output. compile("DEBUG:"), // pkg/host output in debug mode. |
