aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDarby Sauter <darbysauter@gmail.com>2021-02-23 20:11:53 -0800
committerDmitry Vyukov <dvyukov@google.com>2021-02-26 10:33:47 +0100
commit86d368fe15d1ec06cda9fedc5faf2e7adb034eb8 (patch)
treef3764c40731fa70192672b530a50be11e4a4124a /pkg
parent45491369bd1b31f0bfd01cf9f5993b21670a5753 (diff)
pkg/report: added extra ignore cases for android
Ignore cases that match "INFO:" that were not important. These occured on Pixel3XL running Android 11.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/report/linux.go2
-rw-r--r--pkg/report/testdata/linux/report/60511
2 files changed, 13 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index ada85e910..9eb6c0972 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1546,6 +1546,8 @@ var linuxOopses = append([]*oops{
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.
},
},
{
diff --git a/pkg/report/testdata/linux/report/605 b/pkg/report/testdata/linux/report/605
new file mode 100644
index 000000000..d5dc7d4cb
--- /dev/null
+++ b/pkg/report/testdata/linux/report/605
@@ -0,0 +1,11 @@
+
+[ 3.906407] CAM_INFO: CAM-ISP: cam_isp_dev_probe: 122 Camera ISP probe complete
+[ 3.918204] CAM_INFO: CAM-ACTUATOR: cam_actuator_parse_dt: 58 No GPIO found
+[ 3.918231] CAM_INFO: CAM-SENSOR: cam_actuator_driver_platform_probe: 415 [LTC] pdev->name=ac4a000.qcom,cci:qcom,actuator@0
+[ 3.918331] CAM_INFO: CAM-ACTUATOR: cam_actuator_parse_dt: 58 No GPIO found
+[ 3.924415] CAM_INFO: CAM-OIS: cam_ois_get_dt_data: 52 No GPIO found
+[ 3.930171] CAM_WARN: CAM-SMMU: cam_smmu_create_add_handle_in_table: 608 Error: cam-secure already got handle 0x4cd20
+[ 3.935202] CAM_INFO: CAM-JPEG: cam_jpeg_dev_probe: 119 Camera JPEG probe complete
+[ 9.605945] init: starting service 'rmt_storage'...
+[ 9.723484] rmt_storage:INFO:check_support_using_libmdm: Modem subsystem found on target!
+[ 9.738156] rmt_storage:INFO:main: Done with init now waiting for messages!