aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index ed12e3130..dea523b9c 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -2079,11 +2079,10 @@ var linuxOopses = append([]*oops{
compile("INFO: NMI handler"),
compile("INFO: recovery required on readonly filesystem"),
compile("(handler|interrupt).*took too long"),
- compile("_INFO::"), // Android can print this during boot.
compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode
compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode
- compile("CAM_INFO:"), // Android prints this.
compile("rmt_storage:INFO:"), // Android prints this.
+ compile("_INFO:"), // To filter out "INVALID BTF_INFO:NUM".
},
crash.UnknownType,
},