diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/linux.go | 2 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/605 | 11 |
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! |
