Aaaaand it is easy to reproduce with Unity own example:
public WebCamTexture webcamTexture;
void Start()
{
webcamTexture = new WebCamTexture();
Renderer renderer = GetComponent<Renderer>();
renderer.material.mainTexture = webcamTexture;
webcamTexture.Play();
}
void OnGUI()
{
if (webcamTexture.isPlaying)
{
if (GUILayout.Button("Pause"))
webcamTexture.Pause();
}
else
{
if (GUILayout.Button("Play"))
webcamTexture.Play();
}
}
Android logs
02-28 15:40:41.713: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:41.723: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME X
02-28 15:40:41.723: W/QCamera2HWI(275): preview_stream_cb_routine : returned!
02-28 15:40:41.733: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:41.733: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:722
02-28 15:40:41.733: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=723
02-28 15:40:41.733: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.733: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.733: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 723, stream type 6, time stamp 1488289241 748152000
02-28 15:40:41.733: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 722, stream type 1, time stamp 559084 675866000
02-28 15:40:41.733: W/QCamera2HWI(275): preview_stream_cb_routine : send callback to upper layer!
02-28 15:40:41.743: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME E
02-28 15:40:41.743: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:41.753: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME X
02-28 15:40:41.753: W/QCamera2HWI(275): preview_stream_cb_routine : returned!
02-28 15:40:41.763: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:41.763: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:723
02-28 15:40:41.763: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:41.763: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=724
02-28 15:40:41.773: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.773: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.773: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 724, stream type 6, time stamp 1488289241 781234000
02-28 15:40:41.773: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 723, stream type 1, time stamp 559084 708954000
02-28 15:40:41.773: W/QCamera2HWI(275): preview_stream_cb_routine : send callback to upper layer!
02-28 15:40:41.783: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME E
02-28 15:40:41.783: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:41.793: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME X
02-28 15:40:41.793: W/QCamera2HWI(275): preview_stream_cb_routine : returned!
02-28 15:40:41.793: I/InputReader(769): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=559084733279000
02-28 15:40:41.793: I/InputDispatcher(769): Delivering touch to (25208): action: 0x1, toolType: 1
02-28 15:40:41.803: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:41.803: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:724
02-28 15:40:41.803: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=725
02-28 15:40:41.803: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.803: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.803: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 725, stream type 6, time stamp 1488289241 814319000
02-28 15:40:41.803: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 724, stream type 1, time stamp 559084 742028000
02-28 15:40:41.803: W/QCamera2HWI(275): preview_stream_cb_routine : send callback to upper layer!
02-28 15:40:41.803: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME E
02-28 15:40:41.803: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:41.813: D/SecCameraCoreManager(275): disableMsgType (0x10)
02-28 15:40:41.813: I/ShotCommon(275): disableMsgType (0x10)
02-28 15:40:41.813: W/QCamera2HWI(275): disable_msg_type : E, msg type 16
02-28 15:40:41.813: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:41.813: I/CameraClient(275): stopPreview: Disable picture related messages
02-28 15:40:41.813: D/ShotSingle(275): CAMERA_MSG_PREVIEW_FRAME X
02-28 15:40:41.813: D/SecCameraCoreManager(275): disableMsgType (0x3c2)
02-28 15:40:41.813: I/ShotCommon(275): disableMsgType (0x3c2)
02-28 15:40:41.813: W/QCamera2HWI(275): disable_msg_type : E, msg type 962
02-28 15:40:41.813: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:41.813: D/SecCameraCoreManager(275): stopPreview
02-28 15:40:41.813: D/SecCameraCoreManager(275): virtual void android::SecCameraCoreManager::stopPreview():stop IT Policy checking thread
02-28 15:40:41.813: W/QCamera2HWI(275): preview_stream_cb_routine : returned!
02-28 15:40:41.833: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:41.833: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:725
02-28 15:40:41.833: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:41.833: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=726
02-28 15:40:41.833: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.833: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.833: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 726, stream type 6, time stamp 1488289241 847393000
02-28 15:40:41.843: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 725, stream type 1, time stamp 559084 775107000
02-28 15:40:41.843: D/SensorService(769): [SO] 8.056 0.279 4.931
02-28 15:40:41.863: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:41.863: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:726
02-28 15:40:41.863: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=727
02-28 15:40:41.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:41.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 727, stream type 6, time stamp 1488289241 880474000
02-28 15:40:41.873: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 726, stream type 1, time stamp 559084 808190000
02-28 15:40:41.893: I/ShotSingle(275): stopPreview E
02-28 15:40:41.893: I/ShotCommon(275): disableMsgType (0x3c2)
02-28 15:40:41.893: W/QCamera2HWI(275): disable_msg_type : E, msg type 962
02-28 15:40:41.893: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:41.893: V/ShotSingle(275): stopPreview(0)
02-28 15:40:41.893: W/QCamera2HWI(275): [KPI Perf] stop_preview: E
02-28 15:40:41.893: W/QCamera2HWI(275): stopPreview: E mCameraId=0
02-28 15:40:41.893: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): Before thread join
02-28 15:40:41.893: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): After thread join
02-28 15:40:41.893: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): Before thread join
02-28 15:40:41.893: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): After thread join
02-28 15:40:41.893: E/mm-camera-intf(275): mm_stream_streamoff: E, my_handle = 0x12ec01, fd = 57, state = 6
02-28 15:40:41.893: E/mm-camera(294): main: HAL event call
02-28 15:40:41.893: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:41.893: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:41.893: E/mm-camera(294): mct_pipeline_process_set:command=8000009
02-28 15:40:41.893: E/mm-camera(294): mct_pipeline_process_set: stream_type = 1
02-28 15:40:41.893: E/mm-camera(294): cpp_module_handle_streamoff_event:1873, info: doing stream-off for identity 0x20002
02-28 15:40:41.893: E/mm-camera-img(294): faceproc_comp_abort:545] state 2
02-28 15:40:41.893: E/mm-camera-img(294): Free Wmemory 0
02-28 15:40:41.893: E/mm-camera-img(294): faceproc_comp_abort:572] X
02-28 15:40:41.893: E/mm-camera(294): cpp_module_handle_streamoff_event:1919] iden:0x20002, linked_params:0x0
02-28 15:40:41.893: E/mm-camera(294): cpp_hardware_process_streamoff:502] skip_iden:0x0, duplicate_stream_status:0x0
02-28 15:40:41.893: E/mm-camera(294): cpp_module_handle_streamoff_event:1930, info: stream-off done for identity 0x20002
02-28 15:40:41.893: E/mm-camera(294): isp_streamoff: E, session_id = 2
02-28 15:40:41.893: E/mm-camera(294): isp_proc_async_command: E ISP_ASYNC_COMMAND_STREAMOFF = 2
02-28 15:40:41.893: E/mm-camera(294): isp_proc_streamoff: E, session_id = 2, stream_id = 2, stream_type = 1
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000200, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000201, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000202, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000203, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000204, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000205, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000206, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000207, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000208, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000209, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020a, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020b, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000009, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000007, is_subscribe = 0
02-28 15:40:41.893: E/mm-camera(294): isp_axi_util_subscribe_v4l2_event: event_type = 0x8000100, is_subscribe = 0
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 0, action = 0xb6ea5cc5
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 1, action = 0xb6ea99c9
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 2, action = 0xb6ea08b5
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 3, action = 0xb6eb0fdd
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 4, action = 0xb6eb4845
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 5, action = 0xb6e9f2cd
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 7, action = 0xb6eb26a1
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 8, action = 0xb6e9d451
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 10, action = 0xb6ead31d
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 11, action = 0xb6e96495
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 12, action = 0xb6e9a509
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 13, action = 0xb6e97079
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 14, action = 0xb6ea1d51
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 15, action = 0xb6ea4e19
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 16, action = 0xb6ea3fb1
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 17, action = 0xb6eb3a49
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 18, action = 0xb6eae95b
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 19, action = 0xb6e9918d
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 20, action = 0xb6e9a00d
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 22, action = 0xb6eb82b1
02-28 15:40:41.933: E/mm-camera(294): isp_pipeline_util_reset: module id = 23, action = 0xb6eb5831
02-28 15:40:41.933: E/mm-camera(294): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMOFF = 2
02-28 15:40:41.933: E/mm-camera(294): isp_proc_async_command: X, session_id = 2, async_cmd_id = 2
02-28 15:40:41.933: E/mm-camera(294): isp_streamoff: X, session_id = 2
02-28 15:40:41.933: E/mm-camera(294): ispif_proc_streamoff: Enter
02-28 15:40:41.933: E/mm-camera(294): ispif_proc_streamoff: Make ISPIF_CFG IOCTL!
02-28 15:40:41.963: E/mm-camera(294): ispif_proc_streamoff: ISPIF_CFG IOCTL returns!
02-28 15:40:41.963: E/mm-camera(294): ispif_proc_streamoff: X, rc = 0
02-28 15:40:41.963: E/mm-camera(294): release_isp_resource <------
02-28 15:40:41.963: E/mm-camera(294): release isp0 rdi
02-28 15:40:41.963: E/mm-camera(294): release_isp_resource: isp_id = 0, camif_session_bit = 0x0
02-28 15:40:41.963: E/mm-camera(294): stop_sof_check_thread: Stopping/Joining SOF timeout thread
02-28 15:40:41.963: E/mm-camera(294): main: return true, return type 0
02-28 15:40:41.973: E/mm-camera-intf(275): mm_stream_streamoff: E, my_handle = 0x12eb00, fd = 54, state = 6
02-28 15:40:41.973: E/mm-camera(294): main: HAL event call
02-28 15:40:41.973: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:41.973: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:41.973: E/mm-camera(294): mct_pipeline_process_set:command=8000009
02-28 15:40:41.973: E/mm-camera(294): mct_pipeline_process_set: stream_type = 6
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 0
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.973: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: W/QCamera2HWI(275): unpreparePreview: E mCameraId=0
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.983: E/mm-camera(294): main: HAL event call
02-28 15:40:41.983: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:41.983: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:41.983: E/mm-camera(294): mct_pipeline_process_set:command=800000b
02-28 15:40:41.983: E/mm-camera(294): main: return true, return type 0
02-28 15:40:41.993: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.993: E/mm-camera(294): main: return true, return type 1
02-28 15:40:41.993: E/mm-camera(294): main: HAL event call
02-28 15:40:41.993: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:41.993: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:41.993: E/mm-camera(294): mct_pipeline_process_set:command=800000b
02-28 15:40:41.993: E/mm-camera(294): cpp_port_check_caps_unreserve:170, identity=0x20002
02-28 15:40:41.993: E/mm-camera(294): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
02-28 15:40:41.993: E/mm-camera(294): cpp_port_check_caps_unreserve:170, identity=0x20002
02-28 15:40:41.993: E/mm-camera(294): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
02-28 15:40:41.993: E/mm-camera-img(294): faceproc_comp_abort:545] state 1
02-28 15:40:41.993: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=isp
02-28 15:40:41.993: E/mm-camera(294): mct_stream_check_name:mod=iface, name=isp
02-28 15:40:41.993: E/mm-camera(294): mct_stream_check_name:mod=isp, name=isp
02-28 15:40:41.993: E/mm-camera(294): mct_stream_get_module: module: 0xb603bd40
02-28 15:40:41.993: E/mm-camera(294): af_thread_handler: af thread returned
02-28 15:40:41.993: E/mm-camera(294): q3a_port_unlink X refcnt 0
02-28 15:40:41.993: E/mm-camera(294): afd_thread_en_q_msg thread -1249710848 is set to inactive
02-28 15:40:41.993: E/mm-camera(294): asd_port_ext_unlink E
02-28 15:40:41.993: E/mm-camera(294): asd_port_ext_unlink: asd_data=0xb58c8000
02-28 15:40:41.993: E/mm-camera(294): asd_thread_stop E
02-28 15:40:41.993: E/mm-camera(294): asd_thread_en_q_msg:78 Message Stop Thread
02-28 15:40:41.993: E/mm-camera(294): asd_thread_handler: asd thread returned
02-28 15:40:41.993: E/mm-camera(294): asd_thread_stop joined
02-28 15:40:41.993: E/mm-camera(294): asd_port_ext_unlink X refcnt 0
02-28 15:40:41.993: E/mm-camera(294): stats_port_unlink: X
02-28 15:40:41.993: E/mm-camera(294): stats_port_check_caps_unreserve E
02-28 15:40:41.993: E/mm-camera(294): stats_port_check_reserved_stream: private->reserved_id=0x20000
02-28 15:40:41.993: E/mm-camera(294): stats_port_check_caps_unreserve X
02-28 15:40:41.993: E/mm-camera(294): main: return true, return type 0
02-28 15:40:41.993: W/QCamera2HWI(275): unpreparePreview: X mCameraId=0
02-28 15:40:41.993: W/QCamera2HWI(275): stopPreview: X mCameraId=0
02-28 15:40:41.993: W/QCamera2HWI(275): [KPI Perf] stop_preview: X
02-28 15:40:41.993: I/ShotSingle(275): stopPreview X
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -99 -7 128 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -99 -7 128 -1 2147483647 0x2000 gsm|lte
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:42.943: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:42.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 22 -99 -7 120 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 22 -99 -7 120 -1 2147483647 0x2000 gsm|lte
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:43.493: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:43.493: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:43.923: I/InputReader(769): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.630 ] when=559086865487000
02-28 15:40:43.923: D/InputReader(769): lastThreadEndTime = 559084733541757, currentThreadStartTime = 559084733545663, diff = 0
02-28 15:40:43.923: I/InputDispatcher(769): Delivering touch to (25208): action: 0x0, toolType: 1
02-28 15:40:43.923: D/ViewRootImpl(25208): ViewPostImeInputStage ACTION_DOWN
02-28 15:40:44.053: I/InputReader(769): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=559086993048000
02-28 15:40:44.053: I/InputDispatcher(769): Delivering touch to (25208): action: 0x1, toolType: 1
02-28 15:40:44.073: D/SecCameraCoreManager(275): previewEnabled
02-28 15:40:44.073: W/QCamera2HWI(275): preview_enabled: E
02-28 15:40:44.073: W/QCamera2HWI(275): preview_enabled: X, ret 0
02-28 15:40:44.073: D/SecCameraCoreManager(275): setPreviewWindow
02-28 15:40:44.073: W/QCamera2HWI(275): set_preview_window : E
02-28 15:40:44.073: W/QCamera2HWI(275): set_preview_window : X, rc 0
02-28 15:40:44.073: D/SecCameraCoreManager(275): startPreview
02-28 15:40:44.073: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:44.073: D/SecCameraCoreManager(275): virtual android::status_t android::SecCameraCoreManager::startPreview():start IT Policy checking thread
02-28 15:40:44.073: D/ShotSingle(275): startPreview
02-28 15:40:44.073: W/QCamera2HWI(275): get_parameters : E
02-28 15:40:44.073: W/QCamera2HWI(275): get_parameters : X
02-28 15:40:44.073: W/QCamera2HWI(275): put_parameters : E
02-28 15:40:44.073: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:44.073: W/QCamera2HWI(275): put_parameters : X
02-28 15:40:44.073: V/ShotSingle(275): startPreview(0)
02-28 15:40:44.073: W/QCamera2HWI(275): [KPI Perf] start_preview: E
02-28 15:40:44.073: W/QCamera2HWI(275): preparePreview: E mCameraId=0
02-28 15:40:44.073: W/QCameraParameters(275): int qcamera::QCameraParameters::getFlipMode(cam_stream_type_t): No flip mode for stream type 6
02-28 15:40:44.073: W/QCameraParameters(275): [PARM_DBG] getFlipMode : the filp mode of stream type 6 is 0 .
02-28 15:40:44.073: E/mm-camera(294): main: HAL event call
02-28 15:40:44.073: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.073: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.073: E/mm-camera(294): mct_pipeline_process_set:command=800000a
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.083: E/mm-camera(294): main: HAL event call
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_process_set:command=8000012
02-28 15:40:44.083: E/mm-camera(294): mct_stream_start_link:CAM_STREAM_TYPE_METADATA
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: E/mm-camera-intf(275): mm_stream_get_v4l2_fmt: Unknown fmt=78
02-28 15:40:44.083: E/mm-camera(294): main: HAL event call
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_process_set:command=8000004
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: E/QCamera2HWI(275): [BeautyShot_dbg] getBufNumRequired =13
02-28 15:40:44.083: W/QCameraParameters(275): [PARM_DBG] getFlipMode : the filp mode of stream type 1 is 0 .
02-28 15:40:44.083: E/QCamera2HWI(275): [BeautyShot_dbg] getBufNumRequired =13
02-28 15:40:44.083: E/mm-camera(294): main: HAL event call
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_process_set:command=800000a
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.083: E/mm-camera(294): main: HAL event call
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_process_set:command=8000012
02-28 15:40:44.083: E/mm-camera(294): mct_stream_start_link: PREVIEW
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=sensor
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb603b3a0
02-28 15:40:44.083: E/mm-camera(294): mct_stream_start_link: sensor=0xb6071040
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=iface
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=iface, name=iface
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb603b7b0
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=isp
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=iface, name=isp
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=isp, name=isp
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb603bd40
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=stats
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=iface, name=stats
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=isp, name=stats
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=stats, name=stats
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb603bdb0
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=pproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=iface, name=pproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=isp, name=pproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=stats, name=pproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=pproc, name=pproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb61b7590
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=iface, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=isp, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=stats, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=pproc, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_check_name:mod=faceproc, name=faceproc
02-28 15:40:44.083: E/mm-camera(294): mct_stream_get_module: module: 0xb61b75f0
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:44.083: E/mm-camera(294): pproc_port_create_stream_topology:469] feature mask 0x0 0x0
02-28 15:40:44.083: E/mm-camera(294): cpp_port_check_caps_reserve:77, identity=0x20002
02-28 15:40:44.083: E/mm-camera(294): cpp_port_check_caps_reserve:143, identity=0x20002, reserved
02-28 15:40:44.083: E/mm-camera(294): cpp_module_set_output_duplication_flag:548, current stream w=640, h=480, st=640, sc=480, fmt=1, identity=0x20002
02-28 15:40:44.083: E/mm-camera(294): cpp_module_set_output_duplication_flag:552, info: no linked stream
02-28 15:40:44.083: E/mm-camera(294): cpp_module_set_clock_freq:962] clk:266670000, dim:307200, stream_type:1,
02-28 15:40:44.083: E/mm-camera(294): cpp_module_notify_add_stream:1151, info: success, identity=0x20002
02-28 15:40:44.083: E/mm-camera(294): cpp_port_check_caps_reserve:77, identity=0x20002
02-28 15:40:44.083: E/mm-camera(294): cpp_port_check_caps_reserve:143, identity=0x20002, reserved
02-28 15:40:44.083: E/mm-camera(294): module_faceproc_client_create:1415] Face proc feature mask 2a 0
02-28 15:40:44.083: E/mm-camera(294): afd_port_check_caps_reserve: X
02-28 15:40:44.083: E/mm-camera(294): asd_port_check_caps_reserve: E
02-28 15:40:44.083: E/mm-camera(294): asd_port_check_caps_reserve: X
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_send_ctrl_events: Send Set Parm events
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: E/mm-camera(294): main: HAL event call
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.083: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.083: E/mm-camera(294): mct_pipeline_process_set:command=8000004
02-28 15:40:44.083: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.083: W/QCamera2HWI(275): preparePreview: X mCameraId=0
02-28 15:40:44.083: W/QCamera2HWI(275): startPreview: E mCameraId=0
02-28 15:40:44.083: W/QCameraChannel(275): QCameraChannel::start(): bundleInfo.num_of_streams=1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.093: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.103: E/mm-camera-intf(275): mm_stream_request_buf: buf_num = 20, stream type = 6
02-28 15:40:44.103: E/mm-camera-intf(275): mm_stream_streamon: E, my_handle = 0x12ee00, fd = 54, state = 6
02-28 15:40:44.103: E/mm-camera(294): main: HAL event call
02-28 15:40:44.103: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.103: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.103: E/mm-camera(294): mct_pipeline_process_set:command=8000008
02-28 15:40:44.103: E/mm-camera(294): mct_pipeline_process_set: stream_type = 6
02-28 15:40:44.103: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.103: E/QCameraParameters(275): int qcamera::QCameraParameters::getPreviewHalPixelFormat() const: format 17
02-28 15:40:44.103: E/QCameraHWI_Mem(275): DBG_PATCH:void qcamera::QCameraGrallocMemory::setWindowInfo(preview_stream_ops_t*, int, int, int) mWindow=0xb1c311d0
02-28 15:40:44.103: E/QCameraHWI_Mem(275): SamsungApp=0
02-28 15:40:44.123: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.123: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.123: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.123: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.123: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:44.133: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:44.133: E/mm-camera(294): main: return true, return type 1
02-28 15:40:44.133: E/mm-camera-intf(275): mm_stream_request_buf: buf_num = 13, stream type = 1
02-28 15:40:44.133: E/mm-camera-intf(275): mm_stream_streamon: E, my_handle = 0x12ef01, fd = 57, state = 6
02-28 15:40:44.133: E/mm-camera(294): main: HAL event call
02-28 15:40:44.133: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:44.133: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:44.133: E/mm-camera(294): mct_pipeline_process_set:command=8000008
02-28 15:40:44.133: E/mm-camera(294): mct_pipeline_process_set: stream_type = 1
02-28 15:40:44.133: E/mm-camera-sensor(294): module_sensor_stream_on:1991 ide 20002 SENSOR_START_STREAM
02-28 15:40:44.133: E/mm-camera-sensor(294): module_sensor_is_ready_for_stream_on:1246 s_bundle->stream_on_count 0
02-28 15:40:44.133: E/mm-camera-sensor(294): module_sensor_is_ready_for_stream_on:1247 is_bundle_started 0
02-28 15:40:44.133: E/mm-camera-sensor(294): modules_sensor_set_new_resolution:307 SENSOR_SET_RESOLUTION 640*480 mask 2
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_set_resolution:2366 width 640, height 480
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_set_resolution:2368 stream mask 2 hfr mode 0 fps 30.000000
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_pick_resolution:1954 requested aspect ratio 133
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_pick_resolution:2193 sup_asp_ratio = 133
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_pick_resolution:2231 preview i 0 x_output 2048 y_output 1536 max fps 15.000000 sup asp ratio 133
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_pick_resolution:2232 Requested size -- width = 640 , height = 480
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_pick_resolution:2253 pick res 1 CAM_STREAM_TYPE_PREVIEW
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_set_resolution:2449
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_set_resolution:2451 current_fps_div 1024
02-28 15:40:44.133: E/mm-camera-sensor(294): sensor_get_resolution_info:2873 skip 0 frames
02-28 15:40:44.133: E/mm-camera(294): receive MCT_EVENT_MODULE_SET_STREAM_CONFIG
02-28 15:40:44.133: E/mm-camera(294): ispif_util_dump_sensor_cfg: sensor dim: width = 2048, heght = 768, fmt = 10, is_bayer = 0
02-28 15:40:44.133: E/mm-camera(294): ispif_util_dump_sensor_cfg: camif_crop: first_pix = 0, last_pix = 2047, first_line = 0, last_line = 767, max_fps = 30
02-28 15:40:44.133: E/mm-camera(294): ispif_sink_port_config <-----
02-28 15:40:44.133: E/mm-camera(294): reserve_camif_resource: is_ispif = 1, sess_idx = 0, fps = 30, num_isps = 1 op clk: 144000000
02-28 15:40:44.133: E/mm-camera(294): isp_sink_port_stream_config: E, session_id = 2, stream_id = 2, stream_type = 1
02-28 15:40:44.133: E/mm-camera(294): isp_sink_port_stream_config: session_id = 2, stream_id = 2, is_split = 0
02-28 15:40:44.133: E/mm-camera(294): isp_sink_port_stream_config: old vfe_id_mask = 0x1, new vfe_id_mask = 0x1
02-28 15:40:44.133: E/mm-camera(294): after port_ispif_forward_event_to_peer
02-28 15:40:44.143: E/mm-camera(294): start_sof_check_thread: Starting SOF timeout thread
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] int sem!
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] lock sem!
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] unlock sem!
02-28 15:40:44.143: E/mm-camera-img(294): faceproc_comp_cfg_debug:237] FaceProc cfg max_face_size 700
02-28 15:40:44.143: E/mm-camera-img(294): faceproc_comp_cfg_debug:240] FaceProc cfg max_num_face_to_detect 10
02-28 15:40:44.143: E/mm-camera-img(294): faceproc_comp_cfg_debug:243] FaceProc cfg min_face_size 70
02-28 15:40:44.143: E/mm-camera-img(294): faceproc_comp_eng_config:1394] Face proc number of faces set 10
02-28 15:40:44.143: E/mm-camera(294): cpp_module_handle_streamon_event:1747, identity=0x20002, stream-on done
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] int sem!
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] lock sem!
02-28 15:40:44.143: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] unlock sem!
02-28 15:40:44.143: E/mm-camera(294): cpp_module_handle_streamon_event:1768] failed chromatix_param is NULL
02-28 15:40:44.143: E/mm-camera(294): isp_streamon: E, session_id = 2
02-28 15:40:44.143: E/mm-camera(294): isp_proc_async_command: E ISP_ASYNC_COMMAND_STREAMON = 2
02-28 15:40:44.143: E/mm-camera(294): isp_proc_streamon: E, session_id = 2, stream_id = 2, stream_type = 1 num_bufs 13
02-28 15:40:44.143: E/mm-camera(294): isp_hw_proc_set_recording_hint: recording_hint: 0
02-28 15:40:44.143: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:44.143: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:44.143: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:44.143: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:44.143: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:44.143: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:44.143: E/mm-camera(294): demux_set_params: param_id 9, is not supported in this module
02-28 15:40:44.143: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:44.143: E/mm-camera(294): isp_proc_streamon: set_all_saved_params done, session_id = 2
02-28 15:40:44.143: E/mm-camera(294): module_faceproc_port_event_func:617] MCT_EVENT_MODULE_ISP_OUTPUT_DIM, w = 640, h = 480
02-28 15:40:44.143: E/mm-camera(294): isp_proc_streamon: sending dim downstream done, session_id = 2
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000200, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000201, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000202, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000203, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000204, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000205, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000206, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000207, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000208, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000209, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020a, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020b, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000009, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000007, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:44.143: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:44.143: E/mm-camera(294): isp_find_matched_bufq_handle: bufq[0] : bufq_session_id[2], bufq_stream_id[2], session_id[2], stream_id[2]
02-28 15:40:44.143: E/mm-camera(294): isp_axi_util_subscribe_v4l2_event: event_type = 0x8000100, is_subscribe = 1
02-28 15:40:44.143: E/mm-camera(294): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMON = 2
02-28 15:40:44.143: E/mm-camera(294): isp_proc_async_command: X, session_id = 2, async_cmd_id = 1
02-28 15:40:44.143: E/mm-camera(294): isp_streamon: X, session_id = 2
02-28 15:40:44.143: E/mm-camera(294): main: return true, return type 0
02-28 15:40:44.143: I/QCamera2HWI(275): setGammaMode : Same Gamma mode, mGammamode=0
02-28 15:40:44.143: W/QCamera2HWI(275): startPreview: X mCameraId=0
02-28 15:40:44.143: W/QCamera2HWI(275): [KPI Perf] start_preview: X, ret 0
02-28 15:40:44.163: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=1
02-28 15:40:44.163: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.163: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.163: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 1, stream type 6, time stamp 1488289244 178623000
02-28 15:40:44.193: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.193: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:1
02-28 15:40:44.193: E/mm-camera(294): module_faceproc_client_send_faceinfo:683] Invalid scale factors
02-28 15:40:44.203: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=2
02-28 15:40:44.203: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.203: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.203: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 2, stream type 6, time stamp 1488289244 219359000
02-28 15:40:44.213: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 1, stream type 1, time stamp 559087 139430000
02-28 15:40:44.213: W/QCamera2HWI(275): preview_stream_cb_routine : first preview frame. mCameraId=0
02-28 15:40:44.243: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.243: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:2
02-28 15:40:44.243: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 2, stream type 1, time stamp 559087 180154000
02-28 15:40:44.243: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=3
02-28 15:40:44.243: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.243: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.243: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 3, stream type 6, time stamp 1488289244 260099000
02-28 15:40:44.283: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.283: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:3
02-28 15:40:44.283: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.283: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=4
02-28 15:40:44.283: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.293: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 4, stream type 6, time stamp 1488289244 300852000
02-28 15:40:44.293: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 3, stream type 1, time stamp 559087 220896000
02-28 15:40:44.293: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.323: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.323: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:4
02-28 15:40:44.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 4, stream type 1, time stamp 559087 261647000
02-28 15:40:44.333: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=5
02-28 15:40:44.333: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.333: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.333: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 5, stream type 6, time stamp 1488289244 341594000
02-28 15:40:44.363: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.363: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:5
02-28 15:40:44.363: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.363: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 5, stream type 1, time stamp 559087 302387000
02-28 15:40:44.373: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=6
02-28 15:40:44.373: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.373: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.373: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 6, stream type 6, time stamp 1488289244 382346000
02-28 15:40:44.403: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.403: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:6
02-28 15:40:44.403: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 6, stream type 1, time stamp 559087 343119000
02-28 15:40:44.413: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=7
02-28 15:40:44.413: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.413: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.413: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 7, stream type 6, time stamp 1488289244 423086000
02-28 15:40:44.443: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.443: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:7
02-28 15:40:44.443: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 7, stream type 1, time stamp 559087 383860000
02-28 15:40:44.453: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=8
02-28 15:40:44.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 8, stream type 6, time stamp 1488289244 463809000
02-28 15:40:44.483: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.483: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:8
02-28 15:40:44.483: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 8, stream type 1, time stamp 559087 424601000
02-28 15:40:44.493: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=9
02-28 15:40:44.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.493: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 9, stream type 6, time stamp 1488289244 504556000
02-28 15:40:44.523: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.523: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:9
02-28 15:40:44.523: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.533: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 9, stream type 1, time stamp 559087 465342000
02-28 15:40:44.533: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=10
02-28 15:40:44.533: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.533: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.533: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 10, stream type 6, time stamp 1488289244 545284000
02-28 15:40:44.563: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.563: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:10
02-28 15:40:44.563: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 10, stream type 1, time stamp 559087 506084000
02-28 15:40:44.573: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=11
02-28 15:40:44.573: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.573: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.573: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 11, stream type 6, time stamp 1488289244 586029000
02-28 15:40:44.603: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.603: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:11
02-28 15:40:44.603: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.613: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 11, stream type 1, time stamp 559087 546823000
02-28 15:40:44.613: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=12
02-28 15:40:44.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.613: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 12, stream type 6, time stamp 1488289244 626764000
02-28 15:40:44.643: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.643: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:12
02-28 15:40:44.643: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 12, stream type 1, time stamp 559087 587563000
02-28 15:40:44.653: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=13
02-28 15:40:44.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.653: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 13, stream type 6, time stamp 1488289244 667510000
02-28 15:40:44.683: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.683: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:13
02-28 15:40:44.683: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.693: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=14
02-28 15:40:44.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 14, stream type 6, time stamp 1488289244 708251000
02-28 15:40:44.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 13, stream type 1, time stamp 559087 628306000
02-28 15:40:44.723: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.723: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:14
02-28 15:40:44.733: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 14, stream type 1, time stamp 559087 669045000
02-28 15:40:44.733: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=15
02-28 15:40:44.733: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.733: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.733: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 15, stream type 6, time stamp 1488289244 749009000
02-28 15:40:44.763: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.763: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:15
02-28 15:40:44.773: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.773: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=16
02-28 15:40:44.773: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.773: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.773: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 16, stream type 6, time stamp 1488289244 789731000
02-28 15:40:44.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 15, stream type 1, time stamp 559087 709785000
02-28 15:40:44.813: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.813: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:16
02-28 15:40:44.813: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 16, stream type 1, time stamp 559087 750526000
02-28 15:40:44.813: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=17
02-28 15:40:44.813: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.813: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.813: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 17, stream type 6, time stamp 1488289244 830469000
02-28 15:40:44.843: D/SensorService(769): [SO] 8.027 0.191 5.005
02-28 15:40:44.853: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.853: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:17
02-28 15:40:44.853: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.863: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=18
02-28 15:40:44.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 18, stream type 6, time stamp 1488289244 871222000
02-28 15:40:44.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 17, stream type 1, time stamp 559087 791268000
02-28 15:40:44.893: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.893: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:18
02-28 15:40:44.893: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 18, stream type 1, time stamp 559087 832012000
02-28 15:40:44.903: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=19
02-28 15:40:44.903: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.903: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.903: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 19, stream type 6, time stamp 1488289244 911958000
02-28 15:40:44.933: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.933: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:19
02-28 15:40:44.933: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:44.943: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=20
02-28 15:40:44.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.943: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 19, stream type 1, time stamp 559087 872749000
02-28 15:40:44.943: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 20, stream type 6, time stamp 1488289244 952695000
02-28 15:40:44.973: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:44.973: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:20
02-28 15:40:44.973: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 20, stream type 1, time stamp 559087 913490000
02-28 15:40:44.983: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=21
02-28 15:40:44.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:44.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 21, stream type 6, time stamp 1488289244 993434000
02-28 15:40:45.013: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.013: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:21
02-28 15:40:45.013: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.023: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=22
02-28 15:40:45.023: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.023: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.023: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 22, stream type 6, time stamp 1488289245 34187000
02-28 15:40:45.023: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 21, stream type 1, time stamp 559087 954230000
02-28 15:40:45.053: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.053: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:22
02-28 15:40:45.053: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 22, stream type 1, time stamp 559087 994971000
02-28 15:40:45.063: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=23
02-28 15:40:45.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.063: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 23, stream type 6, time stamp 1488289245 74916000
02-28 15:40:45.073: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:45.093: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.093: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:23
02-28 15:40:45.093: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 23, stream type 1, time stamp 559088 35723000
02-28 15:40:45.103: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=24
02-28 15:40:45.103: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.103: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 24, stream type 6, time stamp 1488289245 115662000
02-28 15:40:45.133: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.133: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:24
02-28 15:40:45.133: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 24, stream type 1, time stamp 559088 76452000
02-28 15:40:45.143: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=25
02-28 15:40:45.143: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.143: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.143: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 25, stream type 6, time stamp 1488289245 156396000
02-28 15:40:45.173: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.173: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:25
02-28 15:40:45.173: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 25, stream type 1, time stamp 559088 117193000
02-28 15:40:45.183: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=26
02-28 15:40:45.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 26, stream type 6, time stamp 1488289245 197134000
02-28 15:40:45.213: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.213: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:26
02-28 15:40:45.213: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 26, stream type 1, time stamp 559088 157933000
02-28 15:40:45.223: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=27
02-28 15:40:45.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.223: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 27, stream type 6, time stamp 1488289245 237885000
02-28 15:40:45.253: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.253: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:27
02-28 15:40:45.253: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.263: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 27, stream type 1, time stamp 559088 198674000
02-28 15:40:45.263: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=28
02-28 15:40:45.263: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.263: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.263: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 28, stream type 6, time stamp 1488289245 278623000
02-28 15:40:45.293: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.293: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:28
02-28 15:40:45.303: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 28, stream type 1, time stamp 559088 239415000
02-28 15:40:45.303: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=29
02-28 15:40:45.303: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.303: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.303: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 29, stream type 6, time stamp 1488289245 319362000
02-28 15:40:45.343: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.343: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:29
02-28 15:40:45.343: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.343: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 29, stream type 1, time stamp 559088 280154000
02-28 15:40:45.343: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=30
02-28 15:40:45.343: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.343: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.343: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 30, stream type 6, time stamp 1488289245 360100000
02-28 15:40:45.383: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.383: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:30
02-28 15:40:45.383: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 30, stream type 1, time stamp 559088 320896000
02-28 15:40:45.383: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=31
02-28 15:40:45.383: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.383: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.393: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 31, stream type 6, time stamp 1488289245 400869000
02-28 15:40:45.423: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.423: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:31
02-28 15:40:45.423: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.423: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 31, stream type 1, time stamp 559088 361643000
02-28 15:40:45.433: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=32
02-28 15:40:45.433: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.433: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.433: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 32, stream type 6, time stamp 1488289245 441593000
02-28 15:40:45.463: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.463: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:32
02-28 15:40:45.463: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 32, stream type 1, time stamp 559088 402377000
02-28 15:40:45.473: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=33
02-28 15:40:45.473: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.473: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.473: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 33, stream type 6, time stamp 1488289245 482335000
02-28 15:40:45.503: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.503: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:33
02-28 15:40:45.503: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.513: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=34
02-28 15:40:45.513: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.513: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.513: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 34, stream type 6, time stamp 1488289245 523067000
02-28 15:40:45.513: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 33, stream type 1, time stamp 559088 443119000
02-28 15:40:45.543: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.543: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:34
02-28 15:40:45.543: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 34, stream type 1, time stamp 559088 483861000
02-28 15:40:45.553: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=35
02-28 15:40:45.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.553: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 35, stream type 6, time stamp 1488289245 563806000
02-28 15:40:45.583: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.583: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:35
02-28 15:40:45.583: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.593: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=36
02-28 15:40:45.593: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.593: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 36, stream type 6, time stamp 1488289245 604557000
02-28 15:40:45.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 35, stream type 1, time stamp 559088 524600000
02-28 15:40:45.623: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.623: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:36
02-28 15:40:45.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 36, stream type 1, time stamp 559088 565345000
02-28 15:40:45.633: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=37
02-28 15:40:45.633: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.633: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.633: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 37, stream type 6, time stamp 1488289245 645286000
02-28 15:40:45.663: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.663: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:37
02-28 15:40:45.663: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.673: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=38
02-28 15:40:45.673: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 37, stream type 1, time stamp 559088 606082000
02-28 15:40:45.673: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.673: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.673: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 38, stream type 6, time stamp 1488289245 686061000
02-28 15:40:45.703: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.703: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:38
02-28 15:40:45.703: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 38, stream type 1, time stamp 559088 646822000
02-28 15:40:45.713: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=39
02-28 15:40:45.713: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.713: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.713: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 39, stream type 6, time stamp 1488289245 726766000
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -99 -7 122 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -99 -7 122 -1 2147483647 0x2000 gsm|lte
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:45.743: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:45.743: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:45.743: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.743: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:39
02-28 15:40:45.743: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.753: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 39, stream type 1, time stamp 559088 687563000
02-28 15:40:45.753: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=40
02-28 15:40:45.753: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.753: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.753: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 40, stream type 6, time stamp 1488289245 767510000
02-28 15:40:45.783: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.783: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:40
02-28 15:40:45.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 40, stream type 1, time stamp 559088 728312000
02-28 15:40:45.793: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=41
02-28 15:40:45.793: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.793: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 41, stream type 6, time stamp 1488289245 808251000
02-28 15:40:45.823: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.823: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:41
02-28 15:40:45.833: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.833: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 41, stream type 1, time stamp 559088 769044000
02-28 15:40:45.833: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=42
02-28 15:40:45.833: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.833: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.833: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 42, stream type 6, time stamp 1488289245 848995000
02-28 15:40:45.863: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.863: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:42
02-28 15:40:45.873: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 42, stream type 1, time stamp 559088 809785000
02-28 15:40:45.873: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=43
02-28 15:40:45.873: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.873: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.873: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 43, stream type 6, time stamp 1488289245 889733000
02-28 15:40:45.913: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.913: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:43
02-28 15:40:45.913: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.913: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=44
02-28 15:40:45.913: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.913: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.913: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 44, stream type 6, time stamp 1488289245 930471000
02-28 15:40:45.913: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 43, stream type 1, time stamp 559088 850528000
02-28 15:40:45.953: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.953: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:44
02-28 15:40:45.953: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 44, stream type 1, time stamp 559088 891269000
02-28 15:40:45.953: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=45
02-28 15:40:45.963: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.963: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:45.963: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 45, stream type 6, time stamp 1488289245 971219000
02-28 15:40:45.993: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:45.993: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:45
02-28 15:40:45.993: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:45.993: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 45, stream type 1, time stamp 559088 932012000
02-28 15:40:46.003: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=46
02-28 15:40:46.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.003: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 46, stream type 6, time stamp 1488289246 11950000
02-28 15:40:46.033: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.033: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:46
02-28 15:40:46.033: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 46, stream type 1, time stamp 559088 972750000
02-28 15:40:46.043: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=47
02-28 15:40:46.043: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.043: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.043: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 47, stream type 6, time stamp 1488289246 52708000
02-28 15:40:46.073: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.073: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:47
02-28 15:40:46.073: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.083: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:46.083: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 47, stream type 1, time stamp 559089 13490000
02-28 15:40:46.083: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=48
02-28 15:40:46.083: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.083: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.083: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 48, stream type 6, time stamp 1488289246 93433000
02-28 15:40:46.113: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.113: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:48
02-28 15:40:46.113: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 48, stream type 1, time stamp 559089 54230000
02-28 15:40:46.123: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=49
02-28 15:40:46.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.123: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 49, stream type 6, time stamp 1488289246 134197000
02-28 15:40:46.153: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.153: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:49
02-28 15:40:46.153: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.153: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=50
02-28 15:40:46.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.153: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 50, stream type 6, time stamp 1488289246 167269000
02-28 15:40:46.163: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 49, stream type 1, time stamp 559089 94994000
02-28 15:40:46.183: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.183: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:50
02-28 15:40:46.183: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=51
02-28 15:40:46.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.193: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 51, stream type 6, time stamp 1488289246 200352000
02-28 15:40:46.193: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 50, stream type 1, time stamp 559089 128053000
02-28 15:40:46.223: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.223: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:51
02-28 15:40:46.223: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.223: D/SensorService(769): [SO] 6.820 -0.322 3.861
02-28 15:40:46.223: D/SensorService(769): [SO] [1 -> 255]
02-28 15:40:46.223: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=52
02-28 15:40:46.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.223: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 52, stream type 6, time stamp 1488289246 233429000
02-28 15:40:46.233: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 51, stream type 1, time stamp 559089 161134000
02-28 15:40:46.243: D/SensorService(769): [SO] 6.590 -0.346 4.263
02-28 15:40:46.243: D/SensorService(769): [SO] [255 -> 1]
02-28 15:40:46.243: V/WindowOrientationListener(769): Rotation Sensor : x=1.0
02-28 15:40:46.253: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.253: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:52
02-28 15:40:46.253: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=53
02-28 15:40:46.253: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.253: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 53, stream type 6, time stamp 1488289246 266513000
02-28 15:40:46.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 52, stream type 1, time stamp 559089 194220000
02-28 15:40:46.283: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.283: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:53
02-28 15:40:46.283: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.283: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=54
02-28 15:40:46.283: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.283: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.283: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 54, stream type 6, time stamp 1488289246 299601000
02-28 15:40:46.293: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 53, stream type 1, time stamp 559089 227296000
02-28 15:40:46.323: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.323: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:54
02-28 15:40:46.323: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=55
02-28 15:40:46.323: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.323: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 55, stream type 6, time stamp 1488289246 332669000
02-28 15:40:46.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 54, stream type 1, time stamp 559089 260392000
02-28 15:40:46.353: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.353: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:55
02-28 15:40:46.353: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.353: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=56
02-28 15:40:46.353: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.353: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.353: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 56, stream type 6, time stamp 1488289246 365764000
02-28 15:40:46.363: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 55, stream type 1, time stamp 559089 293460000
02-28 15:40:46.383: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.383: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:56
02-28 15:40:46.383: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=57
02-28 15:40:46.383: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.383: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.383: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 57, stream type 6, time stamp 1488289246 398845000
02-28 15:40:46.393: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 56, stream type 1, time stamp 559089 326542000
02-28 15:40:46.413: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.413: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:57
02-28 15:40:46.413: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.423: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=58
02-28 15:40:46.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.423: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 58, stream type 6, time stamp 1488289246 431907000
02-28 15:40:46.423: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 57, stream type 1, time stamp 559089 359622000
02-28 15:40:46.453: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.453: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:58
02-28 15:40:46.453: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=59
02-28 15:40:46.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 59, stream type 6, time stamp 1488289246 464995000
02-28 15:40:46.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 58, stream type 1, time stamp 559089 392704000
02-28 15:40:46.483: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.483: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:59
02-28 15:40:46.483: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.483: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=60
02-28 15:40:46.483: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.483: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.483: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 60, stream type 6, time stamp 1488289246 498072000
02-28 15:40:46.493: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 59, stream type 1, time stamp 559089 425785000
02-28 15:40:46.513: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.513: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:60
02-28 15:40:46.523: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=61
02-28 15:40:46.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 60, stream type 1, time stamp 559089 458867000
02-28 15:40:46.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 61, stream type 6, time stamp 1488289246 531154000
02-28 15:40:46.523: D/SensorService(769): [SO] 7.107 0.563 10.188
02-28 15:40:46.523: D/SensorService(769): [SO] [1 -> 255]
02-28 15:40:46.553: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.553: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:61
02-28 15:40:46.553: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.553: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=62
02-28 15:40:46.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.553: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 62, stream type 6, time stamp 1488289246 564235000
02-28 15:40:46.563: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 61, stream type 1, time stamp 559089 491951000
02-28 15:40:46.563: D/SensorService(769): [SO] 7.108 0.267 7.961
02-28 15:40:46.563: D/SensorService(769): [SO] [255 -> 1]
02-28 15:40:46.563: V/WindowOrientationListener(769): Rotation Sensor : x=1.0
02-28 15:40:46.583: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.583: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:62
02-28 15:40:46.583: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=63
02-28 15:40:46.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.583: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 63, stream type 6, time stamp 1488289246 597318000
02-28 15:40:46.583: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 62, stream type 1, time stamp 559089 525030000
02-28 15:40:46.613: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.613: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:63
02-28 15:40:46.613: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.613: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=64
02-28 15:40:46.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.613: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 64, stream type 6, time stamp 1488289246 630393000
02-28 15:40:46.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 63, stream type 1, time stamp 559089 558111000
02-28 15:40:46.653: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.653: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:64
02-28 15:40:46.653: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=65
02-28 15:40:46.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.653: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 65, stream type 6, time stamp 1488289246 663481000
02-28 15:40:46.653: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 64, stream type 1, time stamp 559089 591193000
02-28 15:40:46.683: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.683: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:65
02-28 15:40:46.683: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.683: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=66
02-28 15:40:46.683: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.683: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.683: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 66, stream type 6, time stamp 1488289246 696557000
02-28 15:40:46.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 65, stream type 1, time stamp 559089 624274000
02-28 15:40:46.713: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.713: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:66
02-28 15:40:46.713: D/SSRM:n(769): SIOP:: AP = 390, CUR = -350, LCD = 0
02-28 15:40:46.713: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 66, stream type 1, time stamp 559089 657360000
02-28 15:40:46.723: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=67
02-28 15:40:46.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.723: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 67, stream type 6, time stamp 1488289246 739623000
02-28 15:40:46.763: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.763: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:67
02-28 15:40:46.763: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.763: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=68
02-28 15:40:46.763: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.763: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.763: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 68, stream type 6, time stamp 1488289246 780362000
02-28 15:40:46.773: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 67, stream type 1, time stamp 559089 700419000
02-28 15:40:46.803: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.803: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:68
02-28 15:40:46.803: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 68, stream type 1, time stamp 559089 741160000
02-28 15:40:46.803: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=69
02-28 15:40:46.813: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.813: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.813: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 69, stream type 6, time stamp 1488289246 821107000
02-28 15:40:46.843: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.843: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:69
02-28 15:40:46.843: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.853: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 69, stream type 1, time stamp 559089 781899000
02-28 15:40:46.863: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=70
02-28 15:40:46.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 70, stream type 6, time stamp 1488289246 871826000
02-28 15:40:46.893: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.893: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:70
02-28 15:40:46.893: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 70, stream type 1, time stamp 559089 832637000
02-28 15:40:46.913: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=71
02-28 15:40:46.913: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.913: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.913: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 71, stream type 6, time stamp 1488289246 922549000
02-28 15:40:46.943: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.943: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:71
02-28 15:40:46.943: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:46.953: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 71, stream type 1, time stamp 559089 883345000
02-28 15:40:46.963: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=72
02-28 15:40:46.963: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.963: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:46.963: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 72, stream type 6, time stamp 1488289246 973279000
02-28 15:40:46.993: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:46.993: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:72
02-28 15:40:46.993: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 72, stream type 1, time stamp 559089 934067000
02-28 15:40:47.003: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=73
02-28 15:40:47.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.003: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 73, stream type 6, time stamp 1488289247 14013000
02-28 15:40:47.033: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.033: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:73
02-28 15:40:47.033: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.043: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 73, stream type 1, time stamp 559089 974808000
02-28 15:40:47.053: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=74
02-28 15:40:47.053: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.053: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.053: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 74, stream type 6, time stamp 1488289247 64738000
02-28 15:40:47.083: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:47.083: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.083: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:74
02-28 15:40:47.083: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 74, stream type 1, time stamp 559090 25530000
02-28 15:40:47.103: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=75
02-28 15:40:47.103: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.103: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 75, stream type 6, time stamp 1488289247 115461000
02-28 15:40:47.133: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.133: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:75
02-28 15:40:47.133: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.143: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 75, stream type 1, time stamp 559090 76253000
02-28 15:40:47.153: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=76
02-28 15:40:47.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.153: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 76, stream type 6, time stamp 1488289247 166188000
02-28 15:40:47.183: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.183: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:76
02-28 15:40:47.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 76, stream type 1, time stamp 559090 126985000
02-28 15:40:47.213: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=77
02-28 15:40:47.213: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.213: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.213: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 77, stream type 6, time stamp 1488289247 226883000
02-28 15:40:47.243: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.243: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:77
02-28 15:40:47.243: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 77, stream type 1, time stamp 559090 187678000
02-28 15:40:47.273: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=78
02-28 15:40:47.273: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.273: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.273: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 78, stream type 6, time stamp 1488289247 287600000
02-28 15:40:47.303: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.303: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:78
02-28 15:40:47.313: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 78, stream type 1, time stamp 559090 248381000
02-28 15:40:47.333: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=79
02-28 15:40:47.333: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.333: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.333: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 79, stream type 6, time stamp 1488289247 348292000
02-28 15:40:47.363: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.363: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:79
02-28 15:40:47.363: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.373: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 79, stream type 1, time stamp 559090 309085000
02-28 15:40:47.393: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=80
02-28 15:40:47.393: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.393: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.393: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 80, stream type 6, time stamp 1488289247 408993000
02-28 15:40:47.423: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.423: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:80
02-28 15:40:47.433: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 80, stream type 1, time stamp 559090 369789000
02-28 15:40:47.453: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=81
02-28 15:40:47.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 81, stream type 6, time stamp 1488289247 469700000
02-28 15:40:47.493: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.493: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:81
02-28 15:40:47.493: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.503: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 81, stream type 1, time stamp 559090 430495000
02-28 15:40:47.513: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=82
02-28 15:40:47.513: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.513: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.513: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 82, stream type 6, time stamp 1488289247 530399000
02-28 15:40:47.553: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.553: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:82
02-28 15:40:47.553: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 82, stream type 1, time stamp 559090 491197000
02-28 15:40:47.573: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=83
02-28 15:40:47.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.583: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 83, stream type 6, time stamp 1488289247 591104000
02-28 15:40:47.613: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.613: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:83
02-28 15:40:47.613: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 83, stream type 1, time stamp 559090 551903000
02-28 15:40:47.643: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=84
02-28 15:40:47.643: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.643: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.643: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 84, stream type 6, time stamp 1488289247 651809000
02-28 15:40:47.673: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.673: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:84
02-28 15:40:47.673: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 84, stream type 1, time stamp 559090 612617000
02-28 15:40:47.703: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=85
02-28 15:40:47.703: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.703: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.703: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 85, stream type 6, time stamp 1488289247 712512000
02-28 15:40:47.733: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.733: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:85
02-28 15:40:47.733: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.743: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 85, stream type 1, time stamp 559090 673308000
02-28 15:40:47.763: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=86
02-28 15:40:47.763: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.763: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.763: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 86, stream type 6, time stamp 1488289247 773213000
02-28 15:40:47.793: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.793: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:86
02-28 15:40:47.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 86, stream type 1, time stamp 559090 734010000
02-28 15:40:47.823: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=87
02-28 15:40:47.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.823: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 87, stream type 6, time stamp 1488289247 833931000
02-28 15:40:47.843: D/SensorService(769): [SO] 8.822 0.339 3.501
02-28 15:40:47.853: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.853: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:87
02-28 15:40:47.853: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 87, stream type 1, time stamp 559090 794715000
02-28 15:40:47.883: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=88
02-28 15:40:47.883: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.883: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.883: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 88, stream type 6, time stamp 1488289247 894626000
02-28 15:40:47.913: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.913: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:88
02-28 15:40:47.913: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 88, stream type 1, time stamp 559090 855419000
02-28 15:40:47.943: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=89
02-28 15:40:47.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:47.943: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 89, stream type 6, time stamp 1488289247 955326000
02-28 15:40:47.973: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:47.973: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:89
02-28 15:40:47.973: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:47.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 89, stream type 1, time stamp 559090 916135000
02-28 15:40:48.003: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=90
02-28 15:40:48.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.003: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 90, stream type 6, time stamp 1488289248 16033000
02-28 15:40:48.033: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.033: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:90
02-28 15:40:48.043: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 90, stream type 1, time stamp 559090 976837000
02-28 15:40:48.063: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=91
02-28 15:40:48.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.063: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 91, stream type 6, time stamp 1488289248 76732000
02-28 15:40:48.083: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:48.093: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.093: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:91
02-28 15:40:48.093: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:48.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 91, stream type 1, time stamp 559091 37528000
02-28 15:40:48.123: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=92
02-28 15:40:48.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.123: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 92, stream type 6, time stamp 1488289248 137448000
02-28 15:40:48.153: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.153: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:92
02-28 15:40:48.163: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 92, stream type 1, time stamp 559091 98256000
02-28 15:40:48.183: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=93
02-28 15:40:48.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 93, stream type 6, time stamp 1488289248 198144000
02-28 15:40:48.213: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.213: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:93
02-28 15:40:48.213: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:48.233: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 93, stream type 1, time stamp 559091 158937000
02-28 15:40:48.243: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=94
02-28 15:40:48.243: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.243: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.243: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 94, stream type 6, time stamp 1488289248 258848000
02-28 15:40:48.273: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.273: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:94
02-28 15:40:48.283: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 94, stream type 1, time stamp 559091 219640000
02-28 15:40:48.303: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=95
02-28 15:40:48.303: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.303: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.303: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 95, stream type 6, time stamp 1488289248 319546000
02-28 15:40:48.343: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.343: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:95
02-28 15:40:48.343: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:48.343: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 95, stream type 1, time stamp 559091 280351000
02-28 15:40:48.363: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=96
02-28 15:40:48.363: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.363: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.363: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 96, stream type 6, time stamp 1488289248 380251000
02-28 15:40:48.403: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.403: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:96
02-28 15:40:48.403: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 96, stream type 1, time stamp 559091 341053000
02-28 15:40:48.423: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=97
02-28 15:40:48.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.433: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 97, stream type 6, time stamp 1488289248 440956000
02-28 15:40:48.463: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.463: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:97
02-28 15:40:48.463: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:48.473: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 97, stream type 1, time stamp 559091 401752000
02-28 15:40:48.483: I/InputReader(769): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.631 ] when=559091426069000
02-28 15:40:48.483: D/InputReader(769): lastThreadEndTime = 559086993291756, currentThreadStartTime = 559086993296652, diff = 0
02-28 15:40:48.483: I/InputDispatcher(769): Delivering touch to (25208): action: 0x0, toolType: 1
02-28 15:40:48.483: D/ViewRootImpl(25208): ViewPostImeInputStage ACTION_DOWN
02-28 15:40:48.493: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=98
02-28 15:40:48.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.493: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 98, stream type 6, time stamp 1488289248 501672000
02-28 15:40:48.523: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.523: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:98
02-28 15:40:48.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 98, stream type 1, time stamp 559091 462461000
02-28 15:40:48.553: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=99
02-28 15:40:48.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.553: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 99, stream type 6, time stamp 1488289248 562369000
02-28 15:40:48.583: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.583: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:99
02-28 15:40:48.583: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:48.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 99, stream type 1, time stamp 559091 523159000
02-28 15:40:48.613: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=100
02-28 15:40:48.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.613: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.613: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 100, stream type 6, time stamp 1488289248 623065000
02-28 15:40:48.623: I/InputReader(769): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=559091567773000
02-28 15:40:48.623: I/InputDispatcher(769): Delivering touch to (25208): action: 0x1, toolType: 1
02-28 15:40:48.643: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:48.643: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:100
02-28 15:40:48.643: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 100, stream type 1, time stamp 559091 583863000
02-28 15:40:48.653: D/SecCameraCoreManager(275): disableMsgType (0x10)
02-28 15:40:48.653: I/ShotCommon(275): disableMsgType (0x10)
02-28 15:40:48.653: W/QCamera2HWI(275): disable_msg_type : E, msg type 16
02-28 15:40:48.653: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:48.653: I/CameraClient(275): stopPreview: Disable picture related messages
02-28 15:40:48.653: D/SecCameraCoreManager(275): disableMsgType (0x3c2)
02-28 15:40:48.653: I/ShotCommon(275): disableMsgType (0x3c2)
02-28 15:40:48.653: W/QCamera2HWI(275): disable_msg_type : E, msg type 962
02-28 15:40:48.653: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:48.653: D/SecCameraCoreManager(275): stopPreview
02-28 15:40:48.653: D/SecCameraCoreManager(275): virtual void android::SecCameraCoreManager::stopPreview():stop IT Policy checking thread
02-28 15:40:48.673: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=101
02-28 15:40:48.673: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.673: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:48.673: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 101, stream type 6, time stamp 1488289248 683777000
02-28 15:40:48.683: I/ShotSingle(275): stopPreview E
02-28 15:40:48.683: I/ShotCommon(275): disableMsgType (0x3c2)
02-28 15:40:48.683: W/QCamera2HWI(275): disable_msg_type : E, msg type 962
02-28 15:40:48.683: W/QCamera2HWI(275): disable_msg_type : X
02-28 15:40:48.693: V/ShotSingle(275): stopPreview(0)
02-28 15:40:48.693: W/QCamera2HWI(275): [KPI Perf] stop_preview: E
02-28 15:40:48.693: W/QCamera2HWI(275): stopPreview: E mCameraId=0
02-28 15:40:48.693: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): Before thread join
02-28 15:40:48.693: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): After thread join
02-28 15:40:48.693: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): Before thread join
02-28 15:40:48.693: I/(275): [DBG] int32_t qcamera::QCameraCmdThread::exit(): After thread join
02-28 15:40:48.693: E/mm-camera-intf(275): mm_stream_streamoff: E, my_handle = 0x12ef01, fd = 57, state = 6
02-28 15:40:48.693: E/mm-camera(294): main: HAL event call
02-28 15:40:48.693: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:48.693: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:48.693: E/mm-camera(294): mct_pipeline_process_set:command=8000009
02-28 15:40:48.693: E/mm-camera(294): mct_pipeline_process_set: stream_type = 1
02-28 15:40:48.693: E/mm-camera(294): cpp_module_handle_streamoff_event:1873, info: doing stream-off for identity 0x20002
02-28 15:40:48.693: E/mm-camera-img(294): faceproc_comp_abort:545] state 2
02-28 15:40:48.693: E/mm-camera-img(294): Free Wmemory 0
02-28 15:40:48.693: E/mm-camera-img(294): faceproc_comp_abort:572] X
02-28 15:40:48.693: E/mm-camera(294): cpp_module_handle_streamoff_event:1919] iden:0x20002, linked_params:0x0
02-28 15:40:48.693: E/mm-camera(294): cpp_hardware_process_streamoff:502] skip_iden:0x0, duplicate_stream_status:0x0
02-28 15:40:48.693: E/mm-camera(294): cpp_module_handle_streamoff_event:1930, info: stream-off done for identity 0x20002
02-28 15:40:48.693: E/mm-camera(294): isp_streamoff: E, session_id = 2
02-28 15:40:48.693: E/mm-camera(294): isp_proc_async_command: E ISP_ASYNC_COMMAND_STREAMOFF = 2
02-28 15:40:48.693: E/mm-camera(294): isp_proc_streamoff: E, session_id = 2, stream_id = 2, stream_type = 1
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000200, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000201, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000202, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000203, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000204, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000205, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000206, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000207, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000208, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000209, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020a, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020b, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000009, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000007, is_subscribe = 0
02-28 15:40:48.693: E/mm-camera(294): isp_axi_util_subscribe_v4l2_event: event_type = 0x8000100, is_subscribe = 0
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 0, action = 0xb6ea5cc5
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 1, action = 0xb6ea99c9
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 2, action = 0xb6ea08b5
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 3, action = 0xb6eb0fdd
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 4, action = 0xb6eb4845
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 5, action = 0xb6e9f2cd
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 7, action = 0xb6eb26a1
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 8, action = 0xb6e9d451
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 10, action = 0xb6ead31d
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 11, action = 0xb6e96495
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 12, action = 0xb6e9a509
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 13, action = 0xb6e97079
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 14, action = 0xb6ea1d51
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 15, action = 0xb6ea4e19
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 16, action = 0xb6ea3fb1
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 17, action = 0xb6eb3a49
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 18, action = 0xb6eae95b
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 19, action = 0xb6e9918d
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 20, action = 0xb6e9a00d
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 22, action = 0xb6eb82b1
02-28 15:40:48.793: E/mm-camera(294): isp_pipeline_util_reset: module id = 23, action = 0xb6eb5831
02-28 15:40:48.793: E/mm-camera(294): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMOFF = 2
02-28 15:40:48.793: E/mm-camera(294): isp_proc_async_command: X, session_id = 2, async_cmd_id = 2
02-28 15:40:48.793: E/mm-camera(294): isp_streamoff: X, session_id = 2
02-28 15:40:48.793: E/mm-camera(294): ispif_proc_streamoff: Enter
02-28 15:40:48.793: E/mm-camera(294): ispif_proc_streamoff: Make ISPIF_CFG IOCTL!
02-28 15:40:48.853: E/mm-camera(294): ispif_proc_streamoff: ISPIF_CFG IOCTL returns!
02-28 15:40:48.853: E/mm-camera(294): ispif_proc_streamoff: X, rc = 0
02-28 15:40:48.853: E/mm-camera(294): release_isp_resource <------
02-28 15:40:48.853: E/mm-camera(294): release isp0 rdi
02-28 15:40:48.853: E/mm-camera(294): release_isp_resource: isp_id = 0, camif_session_bit = 0x0
02-28 15:40:48.853: E/mm-camera(294): stop_sof_check_thread: Stopping/Joining SOF timeout thread
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 0
02-28 15:40:48.853: E/mm-camera-intf(275): mm_stream_streamoff: E, my_handle = 0x12ee00, fd = 54, state = 6
02-28 15:40:48.853: E/mm-camera(294): main: HAL event call
02-28 15:40:48.853: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:48.853: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:48.853: E/mm-camera(294): mct_pipeline_process_set:command=8000009
02-28 15:40:48.853: E/mm-camera(294): mct_pipeline_process_set: stream_type = 6
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 0
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.853: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.863: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.873: W/QCamera2HWI(275): unpreparePreview: E mCameraId=0
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.873: E/mm-camera(294): main: HAL event call
02-28 15:40:48.873: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:48.873: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:48.873: E/mm-camera(294): mct_pipeline_process_set:command=800000b
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 0
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 1
02-28 15:40:48.873: E/mm-camera(294): main: HAL event call
02-28 15:40:48.873: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:48.873: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:48.873: E/mm-camera(294): mct_pipeline_process_set:command=800000b
02-28 15:40:48.873: E/mm-camera(294): cpp_port_check_caps_unreserve:170, identity=0x20002
02-28 15:40:48.873: E/mm-camera(294): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
02-28 15:40:48.873: E/mm-camera(294): cpp_port_check_caps_unreserve:170, identity=0x20002
02-28 15:40:48.873: E/mm-camera(294): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
02-28 15:40:48.873: E/mm-camera-img(294): faceproc_comp_abort:545] state 1
02-28 15:40:48.873: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=isp
02-28 15:40:48.873: E/mm-camera(294): mct_stream_check_name:mod=iface, name=isp
02-28 15:40:48.873: E/mm-camera(294): mct_stream_check_name:mod=isp, name=isp
02-28 15:40:48.873: E/mm-camera(294): mct_stream_get_module: module: 0xb603bd40
02-28 15:40:48.873: E/mm-camera(294): af_thread_handler: af thread returned
02-28 15:40:48.873: E/mm-camera(294): q3a_port_unlink X refcnt 0
02-28 15:40:48.873: E/mm-camera(294): afd_thread_en_q_msg thread -1249712128 is set to inactive
02-28 15:40:48.873: E/mm-camera(294): asd_port_ext_unlink E
02-28 15:40:48.873: E/mm-camera(294): asd_port_ext_unlink: asd_data=0xb58c8000
02-28 15:40:48.873: E/mm-camera(294): asd_thread_stop E
02-28 15:40:48.873: E/mm-camera(294): asd_thread_en_q_msg:78 Message Stop Thread
02-28 15:40:48.873: E/mm-camera(294): asd_thread_handler: asd thread returned
02-28 15:40:48.873: E/mm-camera(294): asd_thread_stop joined
02-28 15:40:48.873: E/mm-camera(294): asd_port_ext_unlink X refcnt 0
02-28 15:40:48.873: E/mm-camera(294): stats_port_unlink: X
02-28 15:40:48.873: E/mm-camera(294): stats_port_check_caps_unreserve E
02-28 15:40:48.873: E/mm-camera(294): stats_port_check_reserved_stream: private->reserved_id=0x20000
02-28 15:40:48.873: E/mm-camera(294): stats_port_check_caps_unreserve X
02-28 15:40:48.873: E/mm-camera(294): main: return true, return type 0
02-28 15:40:48.873: W/QCamera2HWI(275): unpreparePreview: X mCameraId=0
02-28 15:40:48.873: W/QCamera2HWI(275): stopPreview: X mCameraId=0
02-28 15:40:48.873: W/QCamera2HWI(275): [KPI Perf] stop_preview: X
02-28 15:40:48.873: I/ShotSingle(275): stopPreview X
02-28 15:40:49.903: D/BatteryService(769): !@BatteryListener : batteryPropertiesChanged!
02-28 15:40:49.903: D/BatteryService(769): level:95, scale:100, status:3, health:2, present:true, voltage: 4149, temperature: 289, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303718, invalid charger:0
02-28 15:40:49.903: D/BatteryService(769): online:4, current avg:-300, charge type:2, power sharing:false, high voltage charger:false, capacity:280000, current_now:-300
02-28 15:40:49.903: D/BatteryService(769): Sending ACTION_BATTERY_CHANGED.
02-28 15:40:49.913: D/KeyguardUpdateMonitor(1155): received broadcast android.intent.action.BATTERY_CHANGED
02-28 15:40:49.913: I/PERF(1155): received broadcast android.intent.action.BATTERY_CHANGED
02-28 15:40:49.913: D/KeyguardUpdateMonitor(1155): handleBatteryUpdate
02-28 15:40:49.913: D/BatteryMeterView(1155): ACTION_BATTERY_CHANGED : level:95 status:3 health:2
02-28 15:40:49.913: D/BatteryMeterView(1155): ACTION_BATTERY_CHANGED : level:95 status:3 health:2
02-28 15:40:49.913: D/BatteryMeterView(1155): ACTION_BATTERY_CHANGED : level:95 status:3 health:2
02-28 15:40:49.913: D/CoverUpdateMonitor(1155): received broadcast android.intent.action.BATTERY_CHANGED
02-28 15:40:50.843: D/SensorService(769): [SO] 8.899 0.815 3.560
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 23 -100 -7 130 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 23 -100 -7 130 -1 2147483647 0x2000 gsm|lte
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:51.943: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:51.943: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 20 -100 -7 108 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 20 -100 -7 108 -1 2147483647 0x2000 gsm|lte
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:52.463: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:52.463: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:53.443: I/InputReader(769): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.632 ] when=559096380362000
02-28 15:40:53.443: D/InputReader(769): lastThreadEndTime = 559091568023577, currentThreadStartTime = 559091568028108, diff = 0
02-28 15:40:53.443: I/InputDispatcher(769): Delivering touch to (25208): action: 0x0, toolType: 1
02-28 15:40:53.443: D/ViewRootImpl(25208): ViewPostImeInputStage ACTION_DOWN
02-28 15:40:53.583: I/InputReader(769): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=559096522304000
02-28 15:40:53.583: I/InputDispatcher(769): Delivering touch to (25208): action: 0x1, toolType: 1
02-28 15:40:53.603: D/SecCameraCoreManager(275): previewEnabled
02-28 15:40:53.603: W/QCamera2HWI(275): preview_enabled: E
02-28 15:40:53.603: W/QCamera2HWI(275): preview_enabled: X, ret 0
02-28 15:40:53.603: D/SecCameraCoreManager(275): setPreviewWindow
02-28 15:40:53.603: W/QCamera2HWI(275): set_preview_window : E
02-28 15:40:53.603: W/QCamera2HWI(275): set_preview_window : X, rc 0
02-28 15:40:53.603: D/SecCameraCoreManager(275): startPreview
02-28 15:40:53.603: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:53.603: D/SecCameraCoreManager(275): virtual android::status_t android::SecCameraCoreManager::startPreview():start IT Policy checking thread
02-28 15:40:53.603: D/ShotSingle(275): startPreview
02-28 15:40:53.603: W/QCamera2HWI(275): get_parameters : E
02-28 15:40:53.613: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:53.613: W/QCamera2HWI(275): get_parameters : X
02-28 15:40:53.613: W/QCamera2HWI(275): put_parameters : E
02-28 15:40:53.613: W/QCamera2HWI(275): put_parameters : X
02-28 15:40:53.613: V/ShotSingle(275): startPreview(0)
02-28 15:40:53.613: W/QCamera2HWI(275): [KPI Perf] start_preview: E
02-28 15:40:53.613: W/QCamera2HWI(275): preparePreview: E mCameraId=0
02-28 15:40:53.613: W/QCameraParameters(275): int qcamera::QCameraParameters::getFlipMode(cam_stream_type_t): No flip mode for stream type 6
02-28 15:40:53.613: W/QCameraParameters(275): [PARM_DBG] getFlipMode : the filp mode of stream type 6 is 0 .
02-28 15:40:53.613: E/mm-camera(294): main: HAL event call
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.613: E/mm-camera(294): mct_pipeline_process_set:command=800000a
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.613: E/mm-camera(294): main: HAL event call
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.613: E/mm-camera(294): mct_pipeline_process_set:command=8000012
02-28 15:40:53.613: E/mm-camera(294): mct_stream_start_link:CAM_STREAM_TYPE_METADATA
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.613: E/mm-camera-intf(275): mm_stream_get_v4l2_fmt: Unknown fmt=78
02-28 15:40:53.613: E/mm-camera(294): main: HAL event call
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.613: E/mm-camera(294): mct_pipeline_process_set:command=8000004
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.613: E/QCamera2HWI(275): [BeautyShot_dbg] getBufNumRequired =13
02-28 15:40:53.613: W/QCameraParameters(275): [PARM_DBG] getFlipMode : the filp mode of stream type 1 is 0 .
02-28 15:40:53.613: E/QCamera2HWI(275): [BeautyShot_dbg] getBufNumRequired =13
02-28 15:40:53.613: E/mm-camera(294): main: HAL event call
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.613: E/mm-camera(294): mct_pipeline_process_set:command=800000a
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.613: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.613: E/mm-camera(294): main: HAL event call
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.613: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.613: E/mm-camera(294): mct_pipeline_process_set:command=8000012
02-28 15:40:53.613: E/mm-camera(294): mct_stream_start_link: PREVIEW
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=sensor
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb603b3a0
02-28 15:40:53.613: E/mm-camera(294): mct_stream_start_link: sensor=0xb6071040
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=iface
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=iface, name=iface
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb603b7b0
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=isp
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=iface, name=isp
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=isp, name=isp
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb603bd40
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=stats
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=iface, name=stats
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=isp, name=stats
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=stats, name=stats
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb603bdb0
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=pproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=iface, name=pproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=isp, name=pproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=stats, name=pproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=pproc, name=pproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb61b7590
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=sensor, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=iface, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=isp, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=stats, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=pproc, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_check_name:mod=faceproc, name=faceproc
02-28 15:40:53.613: E/mm-camera(294): mct_stream_get_module: module: 0xb61b75f0
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_sink_check_caps_reserve:823] error because caps Type:1 not supported.
02-28 15:40:53.613: E/mm-camera(294): pproc_port_create_stream_topology:469] feature mask 0x0 0x0
02-28 15:40:53.613: E/mm-camera(294): cpp_port_check_caps_reserve:77, identity=0x20002
02-28 15:40:53.613: E/mm-camera(294): cpp_port_check_caps_reserve:143, identity=0x20002, reserved
02-28 15:40:53.613: E/mm-camera(294): cpp_module_set_output_duplication_flag:548, current stream w=640, h=480, st=640, sc=480, fmt=1, identity=0x20002
02-28 15:40:53.613: E/mm-camera(294): cpp_module_set_output_duplication_flag:552, info: no linked stream
02-28 15:40:53.613: E/mm-camera(294): cpp_module_set_clock_freq:962] clk:266670000, dim:307200, stream_type:1,
02-28 15:40:53.613: E/mm-camera(294): cpp_module_notify_add_stream:1151, info: success, identity=0x20002
02-28 15:40:53.613: E/mm-camera(294): cpp_port_check_caps_reserve:77, identity=0x20002
02-28 15:40:53.613: E/mm-camera(294): cpp_port_check_caps_reserve:143, identity=0x20002, reserved
02-28 15:40:53.613: E/mm-camera(294): module_faceproc_client_create:1415] Face proc feature mask 2a 0
02-28 15:40:53.613: E/mm-camera(294): afd_port_check_caps_reserve: X
02-28 15:40:53.613: E/mm-camera(294): asd_port_check_caps_reserve: E
02-28 15:40:53.613: E/mm-camera(294): asd_port_check_caps_reserve: X
02-28 15:40:53.623: E/mm-camera(294): mct_pipeline_send_ctrl_events: Send Set Parm events
02-28 15:40:53.623: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.623: E/mm-camera(294): main: HAL event call
02-28 15:40:53.623: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.623: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.623: E/mm-camera(294): mct_pipeline_process_set:command=8000004
02-28 15:40:53.623: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.623: W/QCamera2HWI(275): preparePreview: X mCameraId=0
02-28 15:40:53.623: W/QCamera2HWI(275): startPreview: E mCameraId=0
02-28 15:40:53.623: W/QCameraChannel(275): QCameraChannel::start(): bundleInfo.num_of_streams=1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.633: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.643: E/mm-camera-intf(275): mm_stream_request_buf: buf_num = 20, stream type = 6
02-28 15:40:53.643: E/mm-camera-intf(275): mm_stream_streamon: E, my_handle = 0x12f100, fd = 54, state = 6
02-28 15:40:53.643: E/mm-camera(294): main: HAL event call
02-28 15:40:53.643: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.643: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.643: E/mm-camera(294): mct_pipeline_process_set:command=8000008
02-28 15:40:53.643: E/mm-camera(294): mct_pipeline_process_set: stream_type = 6
02-28 15:40:53.643: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.643: E/QCameraParameters(275): int qcamera::QCameraParameters::getPreviewHalPixelFormat() const: format 17
02-28 15:40:53.643: E/QCameraHWI_Mem(275): DBG_PATCH:void qcamera::QCameraGrallocMemory::setWindowInfo(preview_stream_ops_t*, int, int, int) mWindow=0xb1c311d0
02-28 15:40:53.643: E/QCameraHWI_Mem(275): SamsungApp=0
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.663: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.673: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.673: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.673: E/mm-camera(294): mct_stream_create_buffers: plane idx = 0, offset 0, stride 640, scanline = 480
02-28 15:40:53.673: E/mm-camera(294): mct_stream_create_buffers: plane idx = 1, offset 0, stride 640, scanline = 240
02-28 15:40:53.673: E/mm-camera(294): main: return true, return type 1
02-28 15:40:53.673: E/mm-camera-intf(275): mm_stream_request_buf: buf_num = 13, stream type = 1
02-28 15:40:53.673: E/mm-camera-intf(275): mm_stream_streamon: E, my_handle = 0x12f201, fd = 57, state = 6
02-28 15:40:53.673: E/mm-camera(294): main: HAL event call
02-28 15:40:53.673: E/mm-camera(294): server_process_hal_event:__DBG__ E event id=3
02-28 15:40:53.673: E/mm-camera(294): server_process_hal_event:__DBG__ X sucess event id=3
02-28 15:40:53.673: E/mm-camera(294): mct_pipeline_process_set:command=8000008
02-28 15:40:53.673: E/mm-camera(294): mct_pipeline_process_set: stream_type = 1
02-28 15:40:53.673: E/mm-camera-sensor(294): module_sensor_stream_on:1991 ide 20002 SENSOR_START_STREAM
02-28 15:40:53.673: E/mm-camera-sensor(294): module_sensor_is_ready_for_stream_on:1246 s_bundle->stream_on_count 0
02-28 15:40:53.673: E/mm-camera-sensor(294): module_sensor_is_ready_for_stream_on:1247 is_bundle_started 0
02-28 15:40:53.673: E/mm-camera-sensor(294): modules_sensor_set_new_resolution:307 SENSOR_SET_RESOLUTION 640*480 mask 2
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_set_resolution:2366 width 640, height 480
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_set_resolution:2368 stream mask 2 hfr mode 0 fps 30.000000
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_pick_resolution:1954 requested aspect ratio 133
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_pick_resolution:2193 sup_asp_ratio = 133
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_pick_resolution:2231 preview i 0 x_output 2048 y_output 1536 max fps 15.000000 sup asp ratio 133
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_pick_resolution:2232 Requested size -- width = 640 , height = 480
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_pick_resolution:2253 pick res 1 CAM_STREAM_TYPE_PREVIEW
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_set_resolution:2449
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_set_resolution:2451 current_fps_div 1024
02-28 15:40:53.673: E/mm-camera-sensor(294): sensor_get_resolution_info:2873 skip 0 frames
02-28 15:40:53.673: E/mm-camera(294): receive MCT_EVENT_MODULE_SET_STREAM_CONFIG
02-28 15:40:53.673: E/mm-camera(294): ispif_util_dump_sensor_cfg: sensor dim: width = 2048, heght = 768, fmt = 10, is_bayer = 0
02-28 15:40:53.673: E/mm-camera(294): ispif_util_dump_sensor_cfg: camif_crop: first_pix = 0, last_pix = 2047, first_line = 0, last_line = 767, max_fps = 30
02-28 15:40:53.673: E/mm-camera(294): ispif_sink_port_config <-----
02-28 15:40:53.673: E/mm-camera(294): reserve_camif_resource: is_ispif = 1, sess_idx = 0, fps = 30, num_isps = 1 op clk: 144000000
02-28 15:40:53.673: E/mm-camera(294): isp_sink_port_stream_config: E, session_id = 2, stream_id = 2, stream_type = 1
02-28 15:40:53.673: E/mm-camera(294): isp_sink_port_stream_config: session_id = 2, stream_id = 2, is_split = 0
02-28 15:40:53.673: E/mm-camera(294): isp_sink_port_stream_config: old vfe_id_mask = 0x1, new vfe_id_mask = 0x1
02-28 15:40:53.673: E/mm-camera(294): after port_ispif_forward_event_to_peer
02-28 15:40:53.683: E/mm-camera(294): start_sof_check_thread: Starting SOF timeout thread
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] int sem!
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] lock sem!
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] unlock sem!
02-28 15:40:53.683: E/mm-camera-img(294): faceproc_comp_cfg_debug:237] FaceProc cfg max_face_size 700
02-28 15:40:53.683: E/mm-camera-img(294): faceproc_comp_cfg_debug:240] FaceProc cfg max_num_face_to_detect 10
02-28 15:40:53.683: E/mm-camera-img(294): faceproc_comp_cfg_debug:243] FaceProc cfg min_face_size 70
02-28 15:40:53.683: E/mm-camera-img(294): faceproc_comp_eng_config:1394] Face proc number of faces set 10
02-28 15:40:53.683: E/mm-camera(294): cpp_module_handle_streamon_event:1747, identity=0x20002, stream-on done
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] int sem!
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] lock sem!
02-28 15:40:53.683: W/mm-camera(294): q3a_aecawb_thread_en_q_msg: [SYNC_CHECK] unlock sem!
02-28 15:40:53.683: E/mm-camera(294): cpp_module_handle_streamon_event:1768] failed chromatix_param is NULL
02-28 15:40:53.683: E/mm-camera(294): isp_streamon: E, session_id = 2
02-28 15:40:53.683: E/mm-camera(294): isp_proc_async_command: E ISP_ASYNC_COMMAND_STREAMON = 2
02-28 15:40:53.683: E/mm-camera(294): isp_proc_streamon: E, session_id = 2, stream_id = 2, stream_type = 1 num_bufs 13
02-28 15:40:53.683: E/mm-camera(294): isp_hw_proc_set_recording_hint: recording_hint: 0
02-28 15:40:53.683: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:53.683: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:53.683: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:53.683: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:53.683: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:53.683: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:53.683: E/mm-camera(294): demux_set_params: param_id 9, is not supported in this module
02-28 15:40:53.683: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:53.683: E/mm-camera(294): isp_proc_streamon: set_all_saved_params done, session_id = 2
02-28 15:40:53.683: E/mm-camera(294): module_faceproc_port_event_func:617] MCT_EVENT_MODULE_ISP_OUTPUT_DIM, w = 640, h = 480
02-28 15:40:53.683: E/mm-camera(294): isp_proc_streamon: sending dim downstream done, session_id = 2
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000200, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000201, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000202, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000203, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000204, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000205, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000206, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000207, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000208, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000209, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020a, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x800020b, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000009, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_hw_subscribe_one_v4l2_event: event_type = 0x8000007, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): demux_set_params: param_id 7, is not supported in this module
02-28 15:40:53.683: E/mm-camera(294): returning from demux as this is YUV sensor
02-28 15:40:53.683: E/mm-camera(294): isp_find_matched_bufq_handle: bufq[0] : bufq_session_id[2], bufq_stream_id[2], session_id[2], stream_id[2]
02-28 15:40:53.683: E/mm-camera(294): isp_axi_util_subscribe_v4l2_event: event_type = 0x8000100, is_subscribe = 1
02-28 15:40:53.683: E/mm-camera(294): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMON = 2
02-28 15:40:53.683: E/mm-camera(294): isp_streamon: X, session_id = 2
02-28 15:40:53.683: E/mm-camera(294): isp_proc_async_command: X, session_id = 2, async_cmd_id = 1
02-28 15:40:53.683: E/mm-camera(294): main: return true, return type 0
02-28 15:40:53.683: I/QCamera2HWI(275): setGammaMode : Same Gamma mode, mGammamode=0
02-28 15:40:53.683: W/QCamera2HWI(275): startPreview: X mCameraId=0
02-28 15:40:53.693: W/QCamera2HWI(275): [KPI Perf] start_preview: X, ret 0
02-28 15:40:53.723: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=1
02-28 15:40:53.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.723: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 1, stream type 6, time stamp 1488289253 732160000
02-28 15:40:53.753: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:53.753: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:1
02-28 15:40:53.753: E/mm-camera(294): module_faceproc_client_send_faceinfo:683] Invalid scale factors
02-28 15:40:53.763: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 1, stream type 1, time stamp 559096 692956000
02-28 15:40:53.763: W/QCamera2HWI(275): preview_stream_cb_routine : first preview frame. mCameraId=0
02-28 15:40:53.793: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=2
02-28 15:40:53.793: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.793: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 2, stream type 6, time stamp 1488289253 802848000
02-28 15:40:53.823: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:53.823: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:2
02-28 15:40:53.823: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 2, stream type 1, time stamp 559096 763641000
02-28 15:40:53.843: D/SensorService(769): [SO] 8.873 0.752 3.458
02-28 15:40:53.863: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=3
02-28 15:40:53.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 3, stream type 6, time stamp 1488289253 873529000
02-28 15:40:53.893: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:53.893: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:3
02-28 15:40:53.893: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:53.903: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 3, stream type 1, time stamp 559096 834327000
02-28 15:40:53.933: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=4
02-28 15:40:53.933: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.933: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:53.933: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 4, stream type 6, time stamp 1488289253 944216000
02-28 15:40:53.963: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:53.963: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:4
02-28 15:40:53.963: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 4, stream type 1, time stamp 559096 905011000
02-28 15:40:54.003: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=5
02-28 15:40:54.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.003: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.003: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 5, stream type 6, time stamp 1488289254 14914000
02-28 15:40:54.033: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.033: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:5
02-28 15:40:54.033: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.043: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 5, stream type 1, time stamp 559096 975696000
02-28 15:40:54.073: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=6
02-28 15:40:54.073: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.073: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.073: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 6, stream type 6, time stamp 1488289254 85585000
02-28 15:40:54.103: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.103: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:6
02-28 15:40:54.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 6, stream type 1, time stamp 559097 46383000
02-28 15:40:54.143: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=7
02-28 15:40:54.143: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.143: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.143: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 7, stream type 6, time stamp 1488289254 156273000
02-28 15:40:54.173: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.173: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:7
02-28 15:40:54.173: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 7, stream type 1, time stamp 559097 117067000
02-28 15:40:54.213: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=8
02-28 15:40:54.213: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.213: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.213: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 8, stream type 6, time stamp 1488289254 226957000
02-28 15:40:54.243: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.243: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:8
02-28 15:40:54.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 8, stream type 1, time stamp 559097 187752000
02-28 15:40:54.283: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=9
02-28 15:40:54.283: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.283: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.283: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 9, stream type 6, time stamp 1488289254 297642000
02-28 15:40:54.313: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.313: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:9
02-28 15:40:54.313: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 9, stream type 1, time stamp 559097 258437000
02-28 15:40:54.343: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=10
02-28 15:40:54.343: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.343: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.343: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 10, stream type 6, time stamp 1488289254 358342000
02-28 15:40:54.373: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.373: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:10
02-28 15:40:54.383: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 10, stream type 1, time stamp 559097 319144000
02-28 15:40:54.403: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=11
02-28 15:40:54.403: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.403: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.403: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 11, stream type 6, time stamp 1488289254 419055000
02-28 15:40:54.443: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.443: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:11
02-28 15:40:54.443: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.443: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 11, stream type 1, time stamp 559097 379855000
02-28 15:40:54.463: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=12
02-28 15:40:54.463: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.463: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.463: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 12, stream type 6, time stamp 1488289254 479751000
02-28 15:40:54.503: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.503: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:12
02-28 15:40:54.503: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 12, stream type 1, time stamp 559097 440553000
02-28 15:40:54.523: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=13
02-28 15:40:54.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 13, stream type 6, time stamp 1488289254 540457000
02-28 15:40:54.563: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.563: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:13
02-28 15:40:54.563: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.563: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 13, stream type 1, time stamp 559097 501253000
02-28 15:40:54.583: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=14
02-28 15:40:54.593: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.593: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 14, stream type 6, time stamp 1488289254 601165000
02-28 15:40:54.613: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:54.623: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.623: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:14
02-28 15:40:54.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 14, stream type 1, time stamp 559097 561957000
02-28 15:40:54.643: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=15
02-28 15:40:54.643: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.643: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.643: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 15, stream type 6, time stamp 1488289254 651886000
02-28 15:40:54.673: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.673: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:15
02-28 15:40:54.673: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.673: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 15, stream type 1, time stamp 559097 612693000
02-28 15:40:54.693: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=16
02-28 15:40:54.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 16, stream type 6, time stamp 1488289254 702618000
02-28 15:40:54.693: D/StatusBar.NetworkController(1155): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 20 -100 -7 152 -1 2147483647 0x2000 gsm|lte level=2
02-28 15:40:54.693: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 20 -100 -7 152 -1 2147483647 0x2000 gsm|lte
02-28 15:40:54.693: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength: iconLevel=2
02-28 15:40:54.693: D/StatusBar.NetworkController(1155): updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_2 mContentDescriptionPhoneSignal = Two bars of phone signal
02-28 15:40:54.693: D/StatusBar.NetworkController(1155): refreshViews connected={ data } level=2 combinedSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mobileLabel=DNA wifiLabel= emergencyOnly=false combinedLabel=DNA mAirplaneMode=false mDataActivity=2 mPhoneSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mQSPhoneSignalIconId=0x7f020137/com.android.systemui:drawable/ic_qs_signal_2 mDataDirectionIconId=0x7f020392/com.android.systemui:drawable/stat_sys_data_fully_connected_4g mDataSignalIconId=0x7f0204d5/com.android.systemui:drawable/stat_sys_signal_2_auto_rotate mDataTypeIconId=0x7f020357/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x7f02013b/com.android.systemui:drawable/ic_qs_signal_4g mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020572/com.android.systemui:drawable/stat_sys_tether_bluetooth
02-28 15:40:54.693: D/STATUSBAR-WifiTile(1155): onWifiSignalChanged enabled=false enabledDesc:null
02-28 15:40:54.703: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:54.703: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:54.703: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:54.703: D/StatusBar.NetworkController(1155): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
02-28 15:40:54.723: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.723: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:16
02-28 15:40:54.723: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 16, stream type 1, time stamp 559097 663402000
02-28 15:40:54.743: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=17
02-28 15:40:54.743: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.743: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.743: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 17, stream type 6, time stamp 1488289254 753325000
02-28 15:40:54.773: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.773: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:17
02-28 15:40:54.773: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.783: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 17, stream type 1, time stamp 559097 714123000
02-28 15:40:54.783: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=18
02-28 15:40:54.783: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.783: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.783: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 18, stream type 6, time stamp 1488289254 794066000
02-28 15:40:54.813: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.813: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:18
02-28 15:40:54.813: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 18, stream type 1, time stamp 559097 754863000
02-28 15:40:54.823: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=19
02-28 15:40:54.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.823: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 19, stream type 6, time stamp 1488289254 834809000
02-28 15:40:54.853: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.853: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:19
02-28 15:40:54.853: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.863: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=20
02-28 15:40:54.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 19, stream type 1, time stamp 559097 795618000
02-28 15:40:54.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.863: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.863: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 20, stream type 6, time stamp 1488289254 875560000
02-28 15:40:54.893: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.893: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:20
02-28 15:40:54.893: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 20, stream type 1, time stamp 559097 836349000
02-28 15:40:54.903: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=21
02-28 15:40:54.903: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.903: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.903: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 21, stream type 6, time stamp 1488289254 916316000
02-28 15:40:54.933: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.933: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:21
02-28 15:40:54.933: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:54.943: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=22
02-28 15:40:54.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.943: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.943: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 22, stream type 6, time stamp 1488289254 957030000
02-28 15:40:54.953: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 21, stream type 1, time stamp 559097 877086000
02-28 15:40:54.973: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:54.973: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:22
02-28 15:40:54.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 22, stream type 1, time stamp 559097 917826000
02-28 15:40:54.983: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=23
02-28 15:40:54.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:54.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 23, stream type 6, time stamp 1488289254 997773000
02-28 15:40:55.013: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.013: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:23
02-28 15:40:55.013: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.023: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=24
02-28 15:40:55.023: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.023: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.023: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 24, stream type 6, time stamp 1488289255 38512000
02-28 15:40:55.033: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 23, stream type 1, time stamp 559097 958567000
02-28 15:40:55.053: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.053: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:24
02-28 15:40:55.063: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=25
02-28 15:40:55.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.063: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.063: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 25, stream type 6, time stamp 1488289255 71592000
02-28 15:40:55.063: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 24, stream type 1, time stamp 559097 999311000
02-28 15:40:55.093: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.093: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:25
02-28 15:40:55.093: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.093: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=26
02-28 15:40:55.093: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.093: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.093: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 26, stream type 6, time stamp 1488289255 104674000
02-28 15:40:55.093: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 25, stream type 1, time stamp 559098 32391000
02-28 15:40:55.123: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.123: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:26
02-28 15:40:55.123: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=27
02-28 15:40:55.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.123: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.123: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 27, stream type 6, time stamp 1488289255 137760000
02-28 15:40:55.123: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 26, stream type 1, time stamp 559098 65472000
02-28 15:40:55.153: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.153: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:27
02-28 15:40:55.153: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.163: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=28
02-28 15:40:55.163: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.163: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.163: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 28, stream type 6, time stamp 1488289255 170840000
02-28 15:40:55.163: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 27, stream type 1, time stamp 559098 98554000
02-28 15:40:55.193: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.193: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:28
02-28 15:40:55.193: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=29
02-28 15:40:55.193: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.193: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.193: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 29, stream type 6, time stamp 1488289255 203931000
02-28 15:40:55.193: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 28, stream type 1, time stamp 559098 131633000
02-28 15:40:55.223: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.223: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:29
02-28 15:40:55.223: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.223: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=30
02-28 15:40:55.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.223: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.223: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 30, stream type 6, time stamp 1488289255 236999000
02-28 15:40:55.233: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 29, stream type 1, time stamp 559098 164716000
02-28 15:40:55.253: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.253: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:30
02-28 15:40:55.253: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=31
02-28 15:40:55.253: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.253: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 31, stream type 6, time stamp 1488289255 270080000
02-28 15:40:55.253: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 30, stream type 1, time stamp 559098 197798000
02-28 15:40:55.293: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.293: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:31
02-28 15:40:55.293: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.293: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=32
02-28 15:40:55.293: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.293: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.293: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 32, stream type 6, time stamp 1488289255 303164000
02-28 15:40:55.303: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 31, stream type 1, time stamp 559098 230880000
02-28 15:40:55.323: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.323: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:32
02-28 15:40:55.323: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=33
02-28 15:40:55.323: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.323: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 33, stream type 6, time stamp 1488289255 336245000
02-28 15:40:55.323: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 32, stream type 1, time stamp 559098 263960000
02-28 15:40:55.353: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.353: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:33
02-28 15:40:55.353: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.353: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=34
02-28 15:40:55.353: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.353: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.353: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 34, stream type 6, time stamp 1488289255 369326000
02-28 15:40:55.373: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 33, stream type 1, time stamp 559098 297040000
02-28 15:40:55.393: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.393: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:34
02-28 15:40:55.393: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=35
02-28 15:40:55.393: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.393: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.393: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 35, stream type 6, time stamp 1488289255 402449000
02-28 15:40:55.393: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 34, stream type 1, time stamp 559098 330144000
02-28 15:40:55.423: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.423: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:35
02-28 15:40:55.423: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.423: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=36
02-28 15:40:55.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.423: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.423: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 36, stream type 6, time stamp 1488289255 435490000
02-28 15:40:55.433: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 35, stream type 1, time stamp 559098 363208000
02-28 15:40:55.453: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.453: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:36
02-28 15:40:55.453: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=37
02-28 15:40:55.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.453: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 37, stream type 6, time stamp 1488289255 468590000
02-28 15:40:55.453: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 36, stream type 1, time stamp 559098 396292000
02-28 15:40:55.483: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.483: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:37
02-28 15:40:55.483: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.493: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=38
02-28 15:40:55.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.493: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.493: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 38, stream type 6, time stamp 1488289255 501658000
02-28 15:40:55.493: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 37, stream type 1, time stamp 559098 429382000
02-28 15:40:55.523: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.523: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:38
02-28 15:40:55.523: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=39
02-28 15:40:55.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.523: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 39, stream type 6, time stamp 1488289255 534735000
02-28 15:40:55.523: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 38, stream type 1, time stamp 559098 462462000
02-28 15:40:55.553: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.553: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:39
02-28 15:40:55.553: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.553: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=40
02-28 15:40:55.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.553: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.553: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 19, frame_idx 40, stream type 6, time stamp 1488289255 567816000
02-28 15:40:55.563: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 39, stream type 1, time stamp 559098 495532000
02-28 15:40:55.583: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.583: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:40
02-28 15:40:55.583: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=41
02-28 15:40:55.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.583: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 40, stream type 1, time stamp 559098 528624000
02-28 15:40:55.593: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 41, stream type 6, time stamp 1488289255 600898000
02-28 15:40:55.613: I/EDMNativeHelperService(769): isCameraEnabled
02-28 15:40:55.623: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.623: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:41
02-28 15:40:55.623: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.623: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=42
02-28 15:40:55.623: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.623: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 42, stream type 6, time stamp 1488289255 633982000
02-28 15:40:55.623: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 41, stream type 1, time stamp 559098 561719000
02-28 15:40:55.653: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.653: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:42
02-28 15:40:55.653: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=43
02-28 15:40:55.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.653: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.653: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 2, frame_idx 43, stream type 6, time stamp 1488289255 667073000
02-28 15:40:55.653: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 42, stream type 1, time stamp 559098 594779000
02-28 15:40:55.683: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.683: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:43
02-28 15:40:55.683: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.693: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=44
02-28 15:40:55.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.693: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 3, frame_idx 44, stream type 6, time stamp 1488289255 700149000
02-28 15:40:55.693: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 43, stream type 1, time stamp 559098 627866000
02-28 15:40:55.723: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.723: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:44
02-28 15:40:55.723: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=45
02-28 15:40:55.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.723: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.723: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 4, frame_idx 45, stream type 6, time stamp 1488289255 733226000
02-28 15:40:55.723: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 44, stream type 1, time stamp 559098 660966000
02-28 15:40:55.753: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.753: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:45
02-28 15:40:55.753: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.753: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=46
02-28 15:40:55.753: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.753: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.753: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 46, stream type 6, time stamp 1488289255 766311000
02-28 15:40:55.763: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 45, stream type 1, time stamp 559098 694023000
02-28 15:40:55.783: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.783: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:46
02-28 15:40:55.783: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=47
02-28 15:40:55.783: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.783: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 47, stream type 6, time stamp 1488289255 799413000
02-28 15:40:55.793: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 46, stream type 1, time stamp 559098 727119000
02-28 15:40:55.823: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.823: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:47
02-28 15:40:55.823: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=48
02-28 15:40:55.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.823: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.823: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.823: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 48, stream type 6, time stamp 1488289255 832478000
02-28 15:40:55.823: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 47, stream type 1, time stamp 559098 760181000
02-28 15:40:55.853: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.853: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:48
02-28 15:40:55.853: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=49
02-28 15:40:55.853: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.853: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.853: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 49, stream type 6, time stamp 1488289255 865553000
02-28 15:40:55.853: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 48, stream type 1, time stamp 559098 793274000
02-28 15:40:55.883: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.883: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:49
02-28 15:40:55.883: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.883: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=50
02-28 15:40:55.883: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.883: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.883: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 50, stream type 6, time stamp 1488289255 898645000
02-28 15:40:55.893: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 49, stream type 1, time stamp 559098 826344000
02-28 15:40:55.913: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.913: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:50
02-28 15:40:55.923: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=51
02-28 15:40:55.923: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.923: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.923: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 51, stream type 6, time stamp 1488289255 931724000
02-28 15:40:55.923: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 8, frame_idx 50, stream type 1, time stamp 559098 859427000
02-28 15:40:55.953: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.953: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:51
02-28 15:40:55.953: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:55.953: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=52
02-28 15:40:55.953: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.953: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.953: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 52, stream type 6, time stamp 1488289255 964791000
02-28 15:40:55.963: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 9, frame_idx 51, stream type 1, time stamp 559098 892509000
02-28 15:40:55.983: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:55.983: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:52
02-28 15:40:55.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 10, frame_idx 52, stream type 1, time stamp 559098 925589000
02-28 15:40:55.983: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=53
02-28 15:40:55.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.983: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:55.983: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 12, frame_idx 53, stream type 6, time stamp 1488289255 997874000
02-28 15:40:56.013: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.013: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:53
02-28 15:40:56.013: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:56.013: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=54
02-28 15:40:56.013: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.013: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.023: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 13, frame_idx 54, stream type 6, time stamp 1488289256 30960000
02-28 15:40:56.033: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 11, frame_idx 53, stream type 1, time stamp 559098 958671000
02-28 15:40:56.053: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.053: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:54
02-28 15:40:56.053: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=55
02-28 15:40:56.053: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.053: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.053: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 14, frame_idx 55, stream type 6, time stamp 1488289256 64043000
02-28 15:40:56.053: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 0, frame_idx 54, stream type 1, time stamp 559098 991752000
02-28 15:40:56.083: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.083: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:55
02-28 15:40:56.083: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:56.093: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=56
02-28 15:40:56.093: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.093: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.093: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 15, frame_idx 56, stream type 6, time stamp 1488289256 97118000
02-28 15:40:56.103: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 1, frame_idx 55, stream type 1, time stamp 559099 24834000
02-28 15:40:56.113: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.113: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:56
02-28 15:40:56.113: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=57
02-28 15:40:56.113: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.113: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.113: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 16, frame_idx 57, stream type 6, time stamp 1488289256 130204000
02-28 15:40:56.113: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 5, frame_idx 56, stream type 1, time stamp 559099 57915000
02-28 15:40:56.153: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.153: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:57
02-28 15:40:56.153: E/mm-camera(294): module_faceproc_faces_stabilization:586] GJ Invalid input no faces
02-28 15:40:56.153: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=58
02-28 15:40:56.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.153: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.153: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 17, frame_idx 58, stream type 6, time stamp 1488289256 163279000
02-28 15:40:56.153: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 6, frame_idx 57, stream type 1, time stamp 559099 90998000
02-28 15:40:56.183: E/mm-camera(294): isp_hw_proc_subdev_event: BUF_DIVERT
02-28 15:40:56.183: E/mm-camera(294): cpp_module_handle_buf_divert_event:58, iden=0x20002, frame_id:58
02-28 15:40:56.183: E/mm-camera(294): isp_hw_proc_subdev_event: ISP_EVENT_SOF=59
02-28 15:40:56.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.183: E/mm-camera(294): isp_pipeline_util_trigger_update: zero color temperture. No update needed
02-28 15:40:56.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 18, frame_idx 59, stream type 6, time stamp 1488289256 196365000
02-28 15:40:56.183: E/mm-camera-intf(275): mm_stream_read_msm_frame: VIDIOC_DQBUF buf_index 7, frame_idx 58, stream type 1, time stamp 559099 124079000
: E/(): Device disconnected