Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Torch does not work on CodeScanner #2928

Open
3 of 5 tasks
P0diceps opened this issue May 31, 2024 · 12 comments
Open
3 of 5 tasks

🐛 Torch does not work on CodeScanner #2928

P0diceps opened this issue May 31, 2024 · 12 comments
Labels
🐛 bug Something isn't working

Comments

@P0diceps
Copy link

P0diceps commented May 31, 2024

What's happening?

I want to use the CodeScanner with the torch already activated but it doesn't work.
If I use a button to turn the torch on while using the Codescanner then it works but I would like to start the scanner with the torch already on.

Reproduceable Code

<Camera
        key={device.id}
        isActive={isActive}        
        torch="on"
        device={device}
        codeScanner={codeScanner}
        style={StyleSheet.absoluteFillObject}
        enableZoomGesture
      />

Relevant log output

05-31 12:12:46.049 12943 12943 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.inappreach.service.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsApiService }
05-31 12:12:46.272  3444  3928 I WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-63 TxLinkspeed=72 freq=2437 RxLinkSpeed=72
05-31 12:12:46.292  4283  4283 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10134; state: DISABLED
05-31 12:12:46.292  4283  4283 D RegisterPublishData: in OnChange, selfChange = false
05-31 12:12:46.299  4283  4283 D RegisterPublishData: Publishing data for the uri
05-31 12:12:46.358  4283  4283 D DcaPublisher: Successfully registered and inserted the data
05-31 12:12:46.358  4283  4283 D RegisterPublishData: in OnChange, selfChange = false       
05-31 12:12:46.360  4283  4283 D RegisterPublishData: Publishing data for the uri
05-31 12:12:46.379  4283  4283 D DcaPublisher: Successfully registered and inserted the data
05-31 12:12:46.379  4283  4283 D RegisterPublishData: in OnChange, selfChange = false       
05-31 12:12:46.380  4283  4283 D RegisterPublishData: Publishing data for the uri
05-31 12:12:46.393  4283  4283 D DcaPublisher: Successfully registered and inserted the data
05-31 12:12:46.393  4283  4283 D RegisterPublishData: in OnChange, selfChange = false       
05-31 12:12:46.394  4283  4283 D RegisterPublishData: Publishing data for the uri
05-31 12:12:46.409  4283  4283 D DcaPublisher: Successfully registered and inserted the data
05-31 12:12:46.617  3444  4348 D BatteryService: level : 80 / status : 2/Health : 2/Decommission : 0
05-31 12:12:46.622  4508  4508 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
05-31 12:12:46.625  4283  4283 D com.symbol.dataanalytics.a.a.d.b: Received battery event
05-31 12:12:46.626  4283  4283 D com.symbol.dataanalytics.a.a.d.b: BatteryFactory event action = android.intent.action.BATTERY_CHANGED
05-31 12:12:46.629 21999 21999 D HighTemperatureReceiver: Receive action: android.intent.action.BATTERY_CHANGED 
05-31 12:12:46.633  5503  5503 I OSUService: handle_ab_resume -1 3
05-31 12:12:46.633  5503  5503 I OSUService: handle_ab_resume state 1 last_state 0
05-31 12:12:46.633  5503  5503 E OSUService: Can't resume - there are no update in suspended state
05-31 12:12:46.633  3999  3999 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
05-31 12:12:46.649  3999  3999 D KeyguardUpdateMonitor: handleBatteryUpdate
05-31 12:12:46.683 27691 27691 I CameraSession: Camera Lifecycle changed to CREATED!
05-31 12:12:46.685 27691 27691 I CameraView: Updating CameraSession...
05-31 12:12:46.708 27691 27691 I CameraView: Updating CameraSession...
05-31 12:12:46.709 27691 27691 I CameraSession: configure { ... }: Waiting for lock...
05-31 12:12:46.709 27691 27691 I CameraView: A new configure { ... } call arrived, aborting this one...
05-31 12:12:46.712 27691 27691 I CameraSession: configure { ... }: Waiting for lock...
05-31 12:12:46.712 27691 27691 I CameraView: A new configure { ... } call arrived, aborting this one...
05-31 12:12:46.712 27691 27691 I CameraSession: configure { ... }: Waiting for lock...
05-31 12:12:46.713 27691 27691 I CameraSession: configure { ... }: Updating CameraSession Configuration... Difference(deviceChanged=true, outputsChanged=true, sidePropsChanged=true, isActiveChanged=true, locationChanged=true)
05-31 12:12:46.713 27691 27691 I CameraSession: Creating new Outputs for Camera #0...
05-31 12:12:46.713 27691 27691 I CameraSession: Using FPS Range: null
05-31 12:12:46.713 27691 27691 I CameraSession: Creating Preview output...
05-31 12:12:46.714 27691 27691 I CameraSession: Creating CodeScanner output...
05-31 12:12:46.715 27691 27691 I CameraSession: Successfully created new Outputs for Camera #0!
05-31 12:12:46.715 27691 27691 I CameraSession: Binding Camera #0...
05-31 12:12:46.716 27691 27691 I CameraSession: Binding 2 use-cases...
05-31 12:12:46.721 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.722 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.724 27691 31902 D TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREBASE_ML_SDK for destination cct
05-31 12:12:46.727 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.729 27691 27691 D DynamicRangeResolver: Resolved dynamic range for use case androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8 to no compatible HDR dynamic ranges.
05-31 12:12:46.729 27691 27691 D DynamicRangeResolver: DynamicRange@1862b5b{encoding=UNSPECIFIED, bitDepth=0}
05-31 12:12:46.729 27691 27691 D DynamicRangeResolver: ->
05-31 12:12:46.729 27691 27691 D DynamicRangeResolver: DynamicRange@ef64a6a{encoding=SDR, bitDepth=8}
05-31 12:12:46.731 27691 31902 D TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy5nb29nbGVhcGlzLmNvbS92MGNjL2xvZy9iYXRjaD9mb3JtYXQ9anNvbl9wcm90bzNc) is already scheduled. Returning...
05-31 12:12:46.732 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.733 27691 27691 D DeferrableSurface: Surface created[total_surfaces=1, used_surfaces=0](androidx.camera.core.processing.SurfaceEdge$SettableSurface@446ddcf}
05-31 12:12:46.734 27691 27691 D DeferrableSurface: Surface created[total_surfaces=2, used_surfaces=0](androidx.camera.core.SurfaceRequest$2@bfd87eb}
05-31 12:12:46.735 27691 27691 D DeferrableSurface: New surface in use[total_surfaces=2, used_surfaces=1](androidx.camera.core.SurfaceRequest$2@bfd87eb}
05-31 12:12:46.735 27691 27691 D DeferrableSurface: use count+1, useCount=1 androidx.camera.core.SurfaceRequest$2@bfd87eb
05-31 12:12:46.736 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.741 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:46.742 27691 27691 D DeferrableSurface: Surface created[total_surfaces=3, used_surfaces=1](androidx.camera.core.impl.ImmediateSurface@b1911f4}
05-31 12:12:46.743 27691 27691 I CameraSession: Successfully bound Camera #0!
05-31 12:12:46.744 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Use case androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171 ACTIVE
05-31 12:12:46.744 27691 27691 I CameraSession: Camera Lifecycle changed to STARTED!
05-31 12:12:46.744 27691 27691 I CameraView: invokeOnStopped()
05-31 12:12:46.744 27691 27792 D UseCaseAttachState: Active and attached use case: [] for camera: 0
05-31 12:12:46.745 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Use case androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800 ACTIVE
05-31 12:12:46.745 27691 27792 D UseCaseAttachState: Active and attached use case: [] for camera: 0
05-31 12:12:46.746 27691 27691 I CameraSession: Camera State: CLOSED (has error: false)
05-31 12:12:46.746 27691 27691 I CameraSession: Camera Lifecycle changed to RESUMED!
05-31 12:12:46.746 27691 27691 I MetadataProvider: Stopping location updates...
05-31 12:12:46.746 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Use cases [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] now ATTACHED
05-31 12:12:46.746 27691 27691 I CameraSession: configure { ... }: Completed CameraSession Configuration! (State: RESUMED)
05-31 12:12:46.747 27691 27792 D UseCaseAttachState: All use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:46.747 27691 27792 D UseCaseAttachState: Active and attached use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:46.748 27691 27691 D PreviewView: Surface requested by Preview.
05-31 12:12:46.750 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Resetting Capture Session
05-31 12:12:46.750 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Releasing session in state INITIALIZED
05-31 12:12:46.750 27691 27691 D PreviewView: Preview transformation info updated. TransformationInfo{getCropRect=Rect(0, 0 - 1024, 768), getRotationDegrees=90, getTargetRotation=-1, hasCameraTransform=true, getSensorToBufferTransform=Matrix{[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]}, isMirroring=false}
05-31 12:12:46.750 27691 27691 D PreviewTransform: Transformation info set: TransformationInfo{getCropRect=Rect(0, 0 - 1024, 768), getRotationDegrees=90, getTargetRotation=-1, hasCameraTransform=true, getSensorToBufferTransform=Matrix{[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]}, isMirroring=false} 1024x768 false
05-31 12:12:46.751 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Attempting to force open the camera.
05-31 12:12:46.751 27691 27792 D CameraStateRegistry: tryOpenCamera(Camera@470cb9[id=0]) [Available Cameras: 1, Already Open: false (Previous state: CLOSED)] --> SUCCESS
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: Recalculating open cameras:
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: Camera                                       State
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: -------------------------------------------------------------------
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: Camera@6895b7b[id=1]                         UNKNOWN
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: Camera@470cb9[id=0]                          OPENING
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: -------------------------------------------------------------------
05-31 12:12:46.757 27691 27792 D CameraStateRegistry: Open count: 1 (Max allowed: 1)
05-31 12:12:46.757 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Opening camera.
05-31 12:12:46.758 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Transitioning camera internal state: INITIALIZED --> OPENING
05-31 12:12:46.758 27691 27792 D CameraStateMachine: New public camera state CameraState{type=OPENING, error=null} from OPENING and null
05-31 12:12:46.758 27691 27792 D CameraStateMachine: Publishing new public camera state CameraState{type=OPENING, error=null}
05-31 12:12:46.758 27691 27792 D UseCaseAttachState: All use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:46.759 27691 27691 I CameraSession: Camera State: OPENING (has error: false)
05-31 12:12:46.762 27691 27792 E libc    : Access denied finding property "persist.vendor.camera.privapp.list"
05-31 12:12:46.763  3048  2304 I CameraService: CameraService::connect call (PID -1 "package", camera ID 0) for HAL version default and Camera API version 2
05-31 12:12:46.763  3048  2304 I Camera2ClientBase: Camera 0: Opened. Client: package (PID 27691, UID 10276)
05-31 12:12:46.754 27691 27691 W CameraX-core_ca: type=1400 audit(0.0:276441): avc: denied { read } for name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=1656 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 app=package
05-31 12:12:46.763  3048  2304 I CameraDeviceClient: CameraDeviceClient 0: Opened
05-31 12:12:46.774  3048  2304 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
05-31 12:12:46.775 27691 31980 E libc    : Access denied finding property "vendor.camera.aux.packagelist"
05-31 12:12:46.775 27691 31980 E libc    : Access denied finding property "vendor.camera.aux.packagelist"
05-31 12:12:46.776 27691 27782 I CameraDevices: Camera #0 is now unavailable.
05-31 12:12:46.764 27691 27691 W Binder:27691_5: type=1400 audit(0.0:276442): avc: denied { read } for name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=1656 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 
app=package
05-31 12:12:46.806   712  3103 I QCamera : <HAL><INFO> cameraDeviceOpen: 407: Open camera id 0 API version 768
05-31 12:12:46.872   708   782 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=back
05-31 12:12:47.015   712  3103 I QCamera : <HAL><INFO> QCamera3HardwareInterface: 576: AV timer enabled: 0
05-31 12:12:47.019   712  3103 I QCamera : <HAL><INFO> openCamera: 1010: [KPI Perf]: E PROFILE_OPEN_CAMERA camera id 0
05-31 12:12:47.019  3048  2304 I CameraProviderManager: Camera device device@3.4/legacy/0 torch status is now NOT_AVAILABLE
05-31 12:12:47.020  3048  2304 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
05-31 12:12:47.020   712  3103 D QCamera : Debug log file is not enabled
05-31 12:12:47.021   712  3103 I mm-camera: <MCT   >< INFO> 120: mct_controller_new: Creating new mct_controller with session-id 6
05-31 12:12:47.023   712  4632 I mm-camera: <ISP   >< INFO> 214: isp_module_start_session: session id 6
05-31 12:12:47.041   712  3103 I mm-camera: <MCT   >< INFO> 526: mct_stream_start_link: Start linking Session-stream 0x6000f
05-31 12:12:47.042   712  3103 I mm-camera: <ISP   >< INFO> 851: isp_port_check_caps_reserve: port 0xef2d8790 ide 6000f type 10 dim 0 0
05-31 12:12:47.042   712  3103 I mm-camera: <PPROC >< INFO> 449: pproc_port_add_modules_to_stream: in identity 6000f stream 10 int_link = 0xef2dd0b0
05-31 12:12:47.042   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods tmod and paaf for identity 6000f
05-31 12:12:47.042   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods paaf and ppeiscore for identity 6000f
05-31 12:12:47.043   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods ppeiscore and c2d for identity 6000f
05-31 12:12:47.043   712  3103 I mm-camera: <C2D   >< INFO> 1557: c2d_module_notify_add_stream: width 0, height 0, stride 0, scanline 0, is_type 0
05-31 12:12:47.043   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods c2d and cpp for identity 6000f
05-31 12:12:47.043   712  3103 I mm-camera: <CPP   >< INFO> 2536: cpp_module_notify_add_stream: :stream 10, width 0, height 0, stride 0,scanline 0, framelen 0
05-31 12:12:47.043   712  3103 I mm-camera: <CPP   >< INFO> 2693: cpp_module_notify_add_stream: : stream 10, fmt 1, asf_mode 0, sharpness_level 0.000000,asf mask 0, denoise 0, denoise_mask 0, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 0, luma dsdn 0
05-31 12:12:47.043   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods cpp and rtbdm for identity 6000f
05-31 12:12:47.043   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods rtbdm and depth_map for identity 6000f
05-31 12:12:47.058   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods depth_map and rtb for identity 6000f
05-31 12:12:47.059   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods rtb and ezt for identity 6000f
05-31 12:12:47.059   712  3103 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods ezt and quadracfa for identity 6000f
05-31 12:12:47.061   712  3103 E mm-camera: <STATS ><ERROR> 3027: stats_port_check_caps_reserve: Invalid Port capability type!
05-31 12:12:47.061   712  3103 I chatty  : uid=1047(cameraserver) HwBinder:712_4 identical 3 lines
05-31 12:12:47.061   712  3103 E mm-camera: <STATS ><ERROR> 3027: stats_port_check_caps_reserve: Invalid Port capability type!
05-31 12:12:47.064   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.065   718   800 I SDM     : ResourceImpl::SetMaxBandwidthMode: new bandwidth mode=1
05-31 12:12:47.054   712   712 W HwBinder:712_4: type=1400 audit(0.0:276444): avc: denied { read } for name="u:object_r:default_prop:s0" dev="tmpfs" ino=1478 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=0
05-31 12:12:47.067   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.067   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.068   712  3103 I Thermal-Lib: Thermal-Lib-Client: Registration successful for camera with handle:1
05-31 12:12:47.068   712  3103 I Thermal-Lib: Thermal-Lib-Client: Registration successful for camcorder with handle:2
05-31 12:12:47.068   712  3103 I QCamera : <HAL><INFO> openCamera: 1038: [KPI Perf]: X PROFILE_OPEN_CAMERA camera id 0, rc: 0
05-31 12:12:47.068   712  3103 I QCamera : <HAL><INFO> initialize: 1299: E :mCameraId = 0 mState = 1
05-31 12:12:47.064   712   712 W HwBinder:712_4: type=1400 audit(0.0:276445): avc: denied { read } for name="u:object_r:default_prop:s0" dev="tmpfs" ino=1478 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=0
05-31 12:12:47.068  5380  5489 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 41
05-31 12:12:47.068   712  4660 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0
05-31 12:12:47.068   712  4660 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0
05-31 12:12:47.069   712  3103 I QCamera : <HAL><INFO> initialize: 1325: X
05-31 12:12:47.069   712  3103 E libc    : Access denied finding property "ro.camera.req.fmq.size"
05-31 12:12:47.071   712  3103 E FMQ     : grantorIdx must be less than 3
05-31 12:12:47.071   712  3103 E libc    : Access denied finding property "ro.camera.res.fmq.size"
05-31 12:12:47.071   712  3103 E FMQ     : grantorIdx must be less than 3
05-31 12:12:47.072   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.074  3048  2304 E FMQ     : grantorIdx must be less than 3
05-31 12:12:47.074   712  4630 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:22,Enter
05-31 12:12:47.074   712  4630 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:36,is_wbc:1,is_afc:1,is_lsc:1,is_dpc:0,is_insensor:0,  is_ois:0
05-31 12:12:47.074   712  4630 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:37,Exit
05-31 12:12:47.074  3048  2304 E FMQ     : grantorIdx must be less than 3
05-31 12:12:47.077   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.077   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.081 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Use case androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171 ACTIVE
05-31 12:12:47.082 27691 27792 D UseCaseAttachState: Active and attached use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:47.084 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Use case androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800 ACTIVE
05-31 12:12:47.084 27691 27792 D UseCaseAttachState: Active and attached use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:47.086 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} CameraDevice.onOpened()
05-31 12:12:47.086 27691 27792 D Camera2CameraImpl: {Camera@470cb9[id=0]} Transitioning camera internal state: OPENING --> OPENED
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: Recalculating open cameras:
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: Camera                                       State
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: -------------------------------------------------------------------
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: Camera@6895b7b[id=1]                         UNKNOWN
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: Camera@470cb9[id=0]                          OPEN
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: -------------------------------------------------------------------
05-31 12:12:47.086 27691 27792 D CameraStateRegistry: Open count: 1 (Max allowed: 1)
05-31 12:12:47.087 27691 27792 D CameraStateMachine: New public camera state CameraState{type=OPEN, error=null} from OPEN and null
05-31 12:12:47.087 27691 27792 D CameraStateMachine: Publishing new public camera state CameraState{type=OPEN, error=null}
05-31 12:12:47.087 27691 27691 I CameraSession: Camera State: OPEN (has error: false)
05-31 12:12:47.087 27691 27691 I CameraView: invokeOnInitialized()
05-31 12:12:47.087 27691 27792 D UseCaseAttachState: All use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:47.089 27691 27792 D UseCaseAttachState: Active and attached use case: [androidx.camera.core.Preview-21363c61-42e2-4b74-b37a-e11a098734e8183885171, androidx.camera.core.ImageAnalysis-9f7374a2-1099-4653-a8cb-8576805b6e93236618800] for camera: 0
05-31 12:12:47.122 27691 27691 D CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90
05-31 12:12:47.134 27691 27691 D SurfaceViewImpl: Surface created.
05-31 12:12:47.135 27691 27691 D SurfaceViewImpl: Surface changed. Size: 1024x768
05-31 12:12:47.148 27691 27691 D SurfaceViewImpl: Surface set on Preview.
05-31 12:12:47.148 27691 27791 D SyncCaptureSessionBase: [androidx.camera.camera2.internal.SynchronizedCaptureSessionImpl@98af4a2] getSurface done with results: [Surface(name=null)/@0x8974697, Surface(name=null)/@0x3ece06d]
05-31 12:12:47.149 27691 27791 D CaptureSession: Opening capture session.
05-31 12:12:47.151   712  1471 E CamComm1.0-MD: Mismatched tag type when updating entry enable (-2146762752) of type byte; got type int32 data instead
05-31 12:12:47.151   712  1471 E CamComm1.0-MD: Mismatched tag type when updating entry is_main (-2146762751) of type byte; got type int32 data instead
05-31 12:12:47.153 27691 27791 D SyncCaptureSessionImpl: [androidx.camera.camera2.internal.SynchronizedCaptureSessionImpl@98af4a2] start openCaptureSession
05-31 12:12:47.153 27691 27791 D DeferrableSurface: use count+1, useCount=2 androidx.camera.core.SurfaceRequest$2@bfd87eb
05-31 12:12:47.153 27691 27791 D DeferrableSurface: New surface in use[total_surfaces=3, used_surfaces=2](androidx.camera.core.impl.ImmediateSurface@b1911f4}
05-31 12:12:47.153 27691 27791 D DeferrableSurface: use count+1, useCount=1 androidx.camera.core.impl.ImmediateSurface@b1911f4
05-31 12:12:47.155  3048  2304 W CameraDeviceClient: createSurfaceFromGbp: Camera 0 with consumer usage flag: 2304: Forcing asynchronous mode for stream
05-31 12:12:47.155  3048  2304 W CameraDeviceClient: createSurfaceFromGbp: Camera 0: Overriding format 0x4 to IMPLEMENTATION_DEFINED
05-31 12:12:47.158   712  1471 I QCamera : <HAL><INFO> configureStreamsPerfLocked: 2397: stream[0] type = 0, format = 34, width = 1024, height = 768, rotation = 0, usage = 0x900
05-31 12:12:47.158   712  1471 I QCamera : <HAL><INFO> configureStreamsPerfLocked: 2397: stream[1] type = 0, format = 35, width = 1280, height = 720, rotation = 0, usage = 0x3
05-31 12:12:47.159   712  4616 I mm-camera: <MCT   >< INFO> 626: mct_stream_start_link: Link Metadata stream 0x60001: do nothing
05-31 12:12:47.163  3048  2304 D Camera3-Device: Set real time priority for request queue thread (tid 4665)
05-31 12:12:47.164 27691 27791 D SyncCaptureSessionImpl: [androidx.camera.camera2.internal.SynchronizedCaptureSessionImpl@98af4a2] Session onConfigured()
05-31 12:12:47.164 27691 27791 D CaptureSession: Attempting to send capture request onConfigured
05-31 12:12:47.164 27691 27791 D CaptureSession: Issuing request for session.
05-31 12:12:47.164 27691 27791 D Camera2CaptureRequestBuilder: createCaptureRequest
05-31 12:12:47.167 27691 27791 D CaptureSession: CameraCaptureSession.onConfigured() mState=OPENED
05-31 12:12:47.167 27691 27791 D CaptureSession: CameraCaptureSession.onReady() OPENED
05-31 12:12:47.170 27691 27777 D qdgralloc: Imported handle: 0xb4000076d8496a90 id: 2002
05-31 12:12:47.170 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.171  3048  4665 D qdgralloc: Imported handle: 0xe8783b90 id: 2002
05-31 12:12:47.171  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.172   780  2205 D qdgralloc: Imported handle: 0xb40000771ef7bb80 id: 2003
05-31 12:12:47.172   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.172  3048  4665 D qdgralloc: Imported handle: 0xe8784210 id: 2003
05-31 12:12:47.172  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.173   712  1471 D qdgralloc: Imported handle: 0xef581290 id: 2002
05-31 12:12:47.173   712  1471 D qdgralloc: Imported handle: 0xef583310 id: 2003
05-31 12:12:47.174   712  1471 I QCamera : <HAL><INFO> processCaptureRequest: 7359: STREAM INFO 0: type 1, wxh: 1024 x 768, pp_mask: 0x10100068e, Format:0 is_type: 0 sync_type 0
05-31 12:12:47.174   712  1471 I QCamera : <HAL><INFO> processCaptureRequest: 7359: STREAM INFO 0: type 5, wxh: 1280 x 720, pp_mask: 0x100068e, Format:0 is_type: 0 sync_type 0
05-31 12:12:47.174   712  1471 I QCamera : <HAL><INFO> processCaptureRequest: 7359: STREAM INFO 0: type 11, wxh: 640 x 480, pp_mask: 0x100068e, Format:0 is_type: 0 sync_type 0
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 322: module_depth_map_handle_ctrl_parm: E
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 430: module_depth_map_set_config_param: X
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 254: module_depth_map_send_config_data: CAM_STREAM_TYPE_DEPTH not set !!
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 369: module_depth_map_handle_ctrl_parm: Error module_depth_map_send_config_data
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 373: module_depth_map_handle_ctrl_parm: X
05-31 12:12:47.175   712  4616 E mm-camera: <IMGLIB><ERROR> 880: module_imgbase_process_param: [depth_map] handle_ctrl_parm error : type=10, rc=-5
05-31 12:12:47.175   712  4616 I mm-camera: <IFACE >< INFO> 6279: iface_util_set_dis_enable_flag: iface_util_set_dis_enable_flag:6279 DIS enable flag = 0
05-31 12:12:47.175   712  4616 I mm-camera: <SENSOR>< INFO> 4269: sensor_get_resolution_info: sensor info: name: s5k3l6, res: -1, max_fps: 0.000000, w: 0, h: 0 op pix clk: 0, FLL: 0, LLPCK: 0, mode: 0, PDAF support: 0
05-31 12:12:47.175   712  4616 I mm-camera: <C2D   >< INFO> 1970: c2d_module_handle_set_parm_event: META_STREAM_INFO type = 1 w x h : 1024 x 768 pp_mask = 0x100068e
05-31 12:12:47.175   712  4616 I mm-camera: <C2D   >< INFO> 1970: c2d_module_handle_set_parm_event: META_STREAM_INFO type = 5 w x h : 1280 x 720 pp_mask = 0x100068e
05-31 12:12:47.175   712  4616 I mm-camera: <C2D   >< INFO> 1970: c2d_module_handle_set_parm_event: META_STREAM_INFO type = 11 w x h : 640 x 480 pp_mask = 0x100068e
05-31 12:12:47.175   712  4616 I mm-camera: <ISP   >< INFO> 7155: isp_util_print_meta_stream_info: Stream type 1 Resolution: 1024x768 pp_mask: 0x100068e
05-31 12:12:47.175   712  4616 I mm-camera: <ISP   >< INFO> 7155: isp_util_print_meta_stream_info: Stream type 5 Resolution: 1280x720 pp_mask: 0x100068e
05-31 12:12:47.175   712  4616 I mm-camera: <ISP   >< INFO> 7155: isp_util_print_meta_stream_info: Stream type 11 Resolution: 640x480 pp_mask: 0x100068e
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 1179: isp_resource_reserve_isp: Allocate num_isp 1 for session 6 request_dual_isp 0
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 2654: isp_resource_allocate: INFO: ISP resource acquired: session 6 num_isp 1
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 2656: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 7001: isp_util_decide_stream_mapping: stream_port_map num streams 3
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 7015: isp_util_decide_stream_mapping: INFO: type 5 resolution 1280x720 hw_stream 1 need_native_buff 1 controllable_output 0 shared_output 0is_changed 0 changed_dim 1280x720
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 7015: isp_util_decide_stream_mapping: INFO: type 1 resolution 1024x768 hw_stream 0 need_native_buff 1 controllable_output 0 shared_output 0is_changed 0 changed_dim 1024x768
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 7015: isp_util_decide_stream_mapping: INFO: type 11 resolution 640x480 hw_stream 2 need_native_buff 1 controllable_output 0 shared_output 0is_changed 0 changed_dim 640x480
05-31 12:12:47.176   712  4616 I mm-camera: <ISP   >< INFO> 7626: isp_util_handle_stream_info: INFO: set VFE 1 in secure mode value 10200
05-31 12:12:47.178   712  4616 I mm-camera: <IFACE >< INFO> 6389: iface_util_handle_meta_stream_info: iface_util_handle_meta_stream_info: ms_type 0 num streams 3
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2857: iface_util_modify_plane_info_for_native_buf: iface_util_modify_plane_info_for_native_buf: Invalid cam_format -2088533117
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2892: iface_util_calculate_frame_length_for_native_buf: iface_util_calculate_frame_length_for_native_buf: returned fail=-1
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2857: iface_util_modify_plane_info_for_native_buf: iface_util_modify_plane_info_for_native_buf: Invalid cam_format -2088533117
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2892: iface_util_calculate_frame_length_for_native_buf: iface_util_calculate_frame_length_for_native_buf: returned fail=-1
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2857: iface_util_modify_plane_info_for_native_buf: iface_util_modify_plane_info_for_native_buf: Invalid cam_format -2088533117
05-31 12:12:47.178   712  4616 W mm-camera: <IFACE >< WARN> 2892: iface_util_calculate_frame_length_for_native_buf: iface_util_calculate_frame_length_for_native_buf: returned fail=-1
05-31 12:12:47.179   712  4616 I mm-camera: <MCT   >< INFO> 501: mct_stream_start_link: Start linking preview stream 0x60002
05-31 12:12:47.179   712  4616 I mm-camera: <MCT   >< INFO> 512: mct_stream_start_link: non secure stream linking
05-31 12:12:47.180   712  4616 I mm-camera: <ISP   >< INFO> 851: isp_port_check_caps_reserve: port 0xef2d8790 ide 60002 type 1 dim 1024 768
05-31 12:12:47.180   712  4616 I mm-camera: <PPROC >< INFO> 449: pproc_port_add_modules_to_stream: in identity 60002 stream 1 int_link = 0xef2dc7b0
05-31 12:12:47.180   712  4616 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods tmod and paaf for identity 60002
05-31 12:12:47.181   712  4616 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods paaf and cpp for identity 60002
05-31 12:12:47.181   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 786432
05-31 12:12:47.181   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 397312
05-31 12:12:47.181   712  4616 I mm-camera: <CPP   >< INFO> 2536: cpp_module_notify_add_stream: :stream 1, width 1024, height 768, stride 1024,scanline 768, framelen 1183744
05-31 12:12:47.181   712  4616 I mm-camera: <CPP   >< INFO> 2693: cpp_module_notify_add_stream: : stream 1, fmt 7, asf_mode 0, sharpness_level 0.333333,asf mask 1, denoise 0, denoise_mask 1, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 1, luma dsdn 0
05-31 12:12:47.181   712  4616 W mm-camera: <IMGLIB>< WARN> 5728: faceproc_hw_comp_create: Library not loaded, handle=0x0, p_ops=0xefab903c
05-31 12:12:47.181   712  4616 W mm-camera: <IMGLIB>< WARN> 3899: module_faceproc_comp_create: create comp failed, eng_type=0
05-31 12:12:47.181   712  4616 W mm-camera: <IMGLIB>< WARN> 1060: faceproc_dsp_comp_create: fddsp stub library not loaded
05-31 12:12:47.181   712  4616 W mm-camera: <IMGLIB>< WARN> 3899: module_faceproc_comp_create: create comp failed, eng_type=1
05-31 12:12:47.185   712  4616 I mm-camera: <MCT   >< INFO> 546: mct_stream_start_link: Start linking callback stream 0x60003
05-31 12:12:47.185   712  4616 I mm-camera: <ISP   >< INFO> 851: isp_port_check_caps_reserve: port 0xef2d8790 ide 60003 type 5 dim 1280 720
05-31 12:12:47.187   712  4616 I mm-camera: <PPROC >< INFO> 449: pproc_port_add_modules_to_stream: in identity 60003 stream 5 int_link = 0xef2de4f0
05-31 12:12:47.187   712  4616 I mm-camera: <PPROC >< INFO> 461: pproc_port_add_modules_to_stream: :LINK linking mods tmod and cpp for identity 60003
05-31 12:12:47.187   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 983040
05-31 12:12:47.187   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 491520
05-31 12:12:47.187   712  4616 I mm-camera: <CPP   >< INFO> 2536: cpp_module_notify_add_stream: :stream 5, width 1280, height 720, stride 1280,scanline 768, framelen 1474560
05-31 12:12:47.187   712  4616 I mm-camera: <CPP   >< INFO> 2693: cpp_module_notify_add_stream: : stream 5, fmt 2, asf_mode 0, sharpness_level 0.333333,asf mask 1, denoise 0, denoise_mask 1, dsdn mask 0,dsdn enable 0, tnr mask 0, tnr enable 0, ds_mask 1, luma dsdn 0
05-31 12:12:47.190   712  4616 I mm-camera: <MCT   >< INFO> 612: mct_stream_start_link: Starting Analysis stream linking
05-31 12:12:47.190   712  4616 I mm-camera: <ISP   >< INFO> 851: isp_port_check_caps_reserve: port 0xef2d8790 ide 60004 type 11 dim 640 480
05-31 12:12:47.191   712  4616 I mm-camera: <PPROC >< INFO> 449: pproc_port_add_modules_to_stream: in identity 60004 stream 11 int_link = 0xef2dbeb0
05-31 12:12:47.208   712  4616 I mm-camera: <SENSOR>< INFO> 4269: sensor_get_resolution_info: sensor info: name: s5k3l6, res: 0, max_fps: 30.000000, w: 4208, h: 3120 op pix clk: 480000000, FLL: 3260, LLPCK: 4896, mode: 1, PDAF support: 1
05-31 12:12:47.209   712  4651 I mm-camera: <STATS_AEC >< INFO> 2730: aec_set_param: SHDR LIMITS: 0 0 (0 0) (0 0)
05-31 12:12:47.209   712  4616 I mm-camera: <CPP   >< INFO> 2395: cpp_module_handle_stream_cfg_event: frame_offset=3, input_fps=30.00, identity=0x6000f
05-31 12:12:47.209   712  4616 I mm-camera: <CPP   >< INFO> 2395: cpp_module_handle_stream_cfg_event: frame_offset=3, input_fps=30.00, identity=0x60002
05-31 12:12:47.209   712  4616 I mm-camera: <CPP   >< INFO> 2395: cpp_module_handle_stream_cfg_event: frame_offset=3, input_fps=30.00, identity=0x60003
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: img_algo_preload:126 : E
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:498 : E
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:502 : custom_cal_data  0
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:503 : full_height  c30
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:504 : full_width  1070
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:505 : filter_arrangement  1
05-31 12:12:47.209   712  4616 E mm-camera: <SENSOR><ERROR> 7894: module_sensor_set_decode_format_based_on_pack_mode: Pack mode is 0
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:506 : pedestal  40
05-31 12:12:47.209   712  1226 E quadracfa_dummy: inside dummy remosaic_init 1
05-31 12:12:47.209   712  1226 E quadracfa_dummy: inside dummy remosaic_gainmap_gen 1
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: PresetConfig:520 : X
05-31 12:12:47.209   712  1226 D QCameraQuadraCfa: img_algo_preload:128 : X
05-31 12:12:47.210   712  4616 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:22,Enter
05-31 12:12:47.210   712  4616 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:36,is_wbc:1,is_afc:1,is_lsc:1,is_dpc:0,is_insensor:0,  is_ois:0
05-31 12:12:47.210   712  4616 E mm-camera: s5k3l6_p24c64e_eeprom_get_calibration_items:37,Exit
05-31 12:12:47.212   712  4616 I mm-camera: <STATS_AF >< INFO> 227: parse_AF_chromatix: Zebra Focus Cust - Sensor ID 256, range = 11, factor = 36, saved_lens = 299, init_pos = 8
05-31 12:12:47.213   712  4616 E mm-camera: <IFACE ><ERROR> 2269: iface_util_set_chromatix: iface_util_set_chromatix:2269 failed: iface_hvx_open rc 0
05-31 12:12:47.213   712  4616 I mm-camera: <IFACE >< INFO> 429: iface_util_dump_sensor_cfg: iface_util_dump_sensor_cfg: sensor dim: width = 4208, heght = 3120, fmt = 28, is_bayer = 1, init_skip = 2
05-31 12:12:47.214   712  4651 E mm-camera: <STATS_AEC ><ERROR> 579: aec_led_cal_apply_calibration: Calibrate data size 0 not expected with tuning size: 0
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 786432
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 393216
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 1110: cpp_module_handle_isp_out_dim_event: [STREAM_PARAMS]  stream type 1, width 1024, height 768,stride 1024, scanline 768, planes 2
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 942080
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 3712: cpp_module_util_update_dim: offset_x 0, offset_y 0, offset 0, meta_len 0,meta_scanline 0, meta_stride 0, plane_len 471040
05-31 12:12:47.219   712  4616 I mm-camera: <CPP   >< INFO> 1110: cpp_module_handle_isp_out_dim_event: [STREAM_PARAMS]  stream type 5, width 1280, height 720,stride 1280, scanline 768, planes 2
05-31 12:12:47.220   712  4616 I mm-camera: <IFACE >< INFO> 4082: iface_create_axi: iface_create_axi:4082: Create axi hw for session 6 on VFE 1
05-31 12:12:47.222   712  4616 I mm-camera: <IFACE >< INFO> 10121: iface_util_io_cfg: dual_isp_sync enable = 0
05-31 12:12:47.225   712  4616 I mm-camera: <IFACE >< INFO> 1781: iface_streamon_to_thread: iface_streamon_to_thread: E, session id = 6, user stream id = 2
05-31 12:12:47.225   712  4634 I mm-camera: <IFACE >< INFO> 2128: iface_streamon: E, session_id 6 mct_stream_id = 2
05-31 12:12:47.225   712  4634 I mm-camera: <IFACE >< INFO> 12277: iface_util_get_user_streams_by_bundle: got No.1 bundled streamon, mct stream id 2total bundled stream num = 3
05-31 12:12:47.230   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.231   712  4616 I mm-camera: <CPP   >< INFO> 4746: cpp_module_handle_streamon_event: identity=0x60002, stream-on done
05-31 12:12:47.232   712  4616 I mm-camera: <IFACE >< INFO> 1810: iface_streamon_to_thread: iface_streamon_to_thread: X, session id = 6, user stream id = 2
05-31 12:12:47.232   712  4649 I mm-camera: <CPP   >< INFO> 374: cpp_hardware_set_clock: Set clock 540000000 BW avg 79626240 BW inst 79626240
05-31 12:12:47.233   712  4616 I mm-camera: <MCT   >< INFO> 156: start_sof_check_thread: Starting SOF timeout thread session id =6
05-31 12:12:47.234   712  4616 I mm-camera: <IFACE >< INFO> 1781: iface_streamon_to_thread: iface_streamon_to_thread: E, session id = 6, user stream id = 3
05-31 12:12:47.234   712  4634 I mm-camera: <IFACE >< INFO> 2128: iface_streamon: E, session_id 6 mct_stream_id = 3
05-31 12:12:47.234   712  4634 I mm-camera: <IFACE >< INFO> 12277: iface_util_get_user_streams_by_bundle: got No.2 bundled streamon, mct stream id 3total bundled stream num = 3
05-31 12:12:47.234   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.235   712  4616 I mm-camera: <CPP   >< INFO> 4746: cpp_module_handle_streamon_event: identity=0x60003, stream-on done
05-31 12:12:47.236   712  4616 I mm-camera: <IFACE >< INFO> 1810: iface_streamon_to_thread: iface_streamon_to_thread: X, session id = 6, user stream id = 3
05-31 12:12:47.236   712  4649 I mm-camera: <CPP   >< INFO> 374: cpp_hardware_set_clock: Set clock 540000000 BW avg 172938240 BW inst 172938240
05-31 12:12:47.237   712  4616 I mm-camera: <IFACE >< INFO> 1781: iface_streamon_to_thread: iface_streamon_to_thread: E, session id = 6, user stream id = 4
05-31 12:12:47.237   712  4634 I mm-camera: <IFACE >< INFO> 2128: iface_streamon: E, session_id 6 mct_stream_id = 4
05-31 12:12:47.237   712  4634 I mm-camera: <IFACE >< INFO> 12271: iface_util_get_user_streams_by_bundle: streamon, got all bundled streamon!
05-31 12:12:47.239   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.239   712  4656 I chatty  : uid=1047(cameraserver) CAM_GYRO identical 1 line
05-31 12:12:47.246   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.249   712  4634 I mm-camera: <IFACE >< INFO> 2421: iface_streamon: X
05-31 12:12:47.249   712  4616 I mm-camera: <IFACE >< INFO> 1810: iface_streamon_to_thread: iface_streamon_to_thread: X, session id = 6, user stream id = 4
05-31 12:12:47.252   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.252   712  4656 I chatty  : uid=1047(cameraserver) CAM_GYRO identical 1 line
05-31 12:12:47.253   712  4656 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.253 27691 27777 D qdgralloc: Imported handle: 0xb4000076d84b1a00 id: 2004
05-31 12:12:47.253 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.253  3048  4665 D qdgralloc: Imported handle: 0xe8785090 id: 2004
05-31 12:12:47.253  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.255   780  2205 D qdgralloc: Imported handle: 0xb40000771ef7be50 id: 2005
05-31 12:12:47.255   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.255  3048  4665 D qdgralloc: Imported handle: 0xe8784110 id: 2005
05-31 12:12:47.255  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.256   712  1471 D qdgralloc: Imported handle: 0xef581310 id: 2004
05-31 12:12:47.256   712  1471 D qdgralloc: Imported handle: 0xef581790 id: 2005
05-31 12:12:47.258   712  4689 I mm-camera: <ISP   >< INFO> 1403: isp_handler_module_handle_reg_update:  Warning! Invalid reg_update state 0
05-31 12:12:47.260 27691 27777 D qdgralloc: Imported handle: 0xb4000076d8599d50 id: 2006
05-31 12:12:47.260 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.260  3048  4665 D qdgralloc: Imported handle: 0xe8784810 id: 2006
05-31 12:12:47.260  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.262   780  2205 D qdgralloc: Imported handle: 0xb40000771ef7bd30 id: 2007
05-31 12:12:47.262   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.262   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.263  3048  4665 D qdgralloc: Imported handle: 0xe8781c90 id: 2007
05-31 12:12:47.263  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.264   712  1471 D qdgralloc: Imported handle: 0xef580d10 id: 2006
05-31 12:12:47.264   712  1471 D qdgralloc: Imported handle: 0xef581b10 id: 2007
05-31 12:12:47.269 27691 27777 D qdgralloc: Imported handle: 0xb4000076d85a6110 id: 2008
05-31 12:12:47.269 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.270  3048  4665 D qdgralloc: Imported handle: 0xe8783910 id: 2008
05-31 12:12:47.270  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.272   780  2205 D qdgralloc: Imported handle: 0xb40000771ef78100 id: 2009
05-31 12:12:47.272   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.273  3048  4665 D qdgralloc: Imported handle: 0xe8784310 id: 2009
05-31 12:12:47.273  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.273   712  1471 D qdgralloc: Imported handle: 0xef580210 id: 2008
05-31 12:12:47.273   712  1471 D qdgralloc: Imported handle: 0xef583790 id: 2009
05-31 12:12:47.277 27691 27777 D qdgralloc: Imported handle: 0xb4000076d859f480 id: 2010
05-31 12:12:47.277 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.278  3048  4665 D qdgralloc: Imported handle: 0xe8784690 id: 2010
05-31 12:12:47.278  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.279   780  2205 D qdgralloc: Imported handle: 0xb40000771ef78610 id: 2011
05-31 12:12:47.279   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.279  3048  4665 D qdgralloc: Imported handle: 0xe8784b10 id: 2011
05-31 12:12:47.279  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.280   712  1471 D qdgralloc: Imported handle: 0xef582890 id: 2010
05-31 12:12:47.280   712  1471 D qdgralloc: Imported handle: 0xef582f90 id: 2011
05-31 12:12:47.284 27691 27777 D qdgralloc: Imported handle: 0xb4000076d859dfb0 id: 2012
05-31 12:12:47.284 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.284  3048  4665 D qdgralloc: Imported handle: 0xe8784910 id: 2012
05-31 12:12:47.284  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.285   780  2205 D qdgralloc: Imported handle: 0xb40000771ef7bdc0 id: 2013
05-31 12:12:47.285   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.286  3048  4665 D qdgralloc: Imported handle: 0xe8784510 id: 2013
05-31 12:12:47.286  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.287   712  1471 D qdgralloc: Imported handle: 0xef582490 id: 2012
05-31 12:12:47.287   712  1471 D qdgralloc: Imported handle: 0xef580c10 id: 2013
05-31 12:12:47.293   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.326   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.345   712  4646 E mm-camera: <STATS_AF ><ERROR> 4452: af_port_handle_pdaf_stats: Fail to init buf divert ack ctrl
05-31 12:12:47.361   712  4643 I mm-camera: <ISP   >< INFO> 245: ihist_stats46_stats_config_validate: warning: Invalid IHIST ROI from 3A 0 0 0 0
05-31 12:12:47.364   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.373  3444  3477 D WindowManager: updateSystemUiVisibilityLw called
05-31 12:12:47.385  5535  9653 E NfcService: setReaderMode() called while NFC is not enabled.
05-31 12:12:47.385   718 24951 D qdgralloc: Imported handle: 0xb400007bd90330c0 id: 2003
05-31 12:12:47.396   712  4649 I mm-camera: <CPP   >< INFO> 374: cpp_hardware_set_clock: Set clock 256000000 BW avg 172938240 BW inst 172938240
05-31 12:12:47.397 27691 27777 D qdgralloc: Imported handle: 0xb4000076d85a3b60 id: 2014
05-31 12:12:47.397 27691 27777 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.398  3048  4665 D qdgralloc: Imported handle: 0xe8782f90 id: 2014
05-31 12:12:47.398  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.400   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.405   780  2205 D qdgralloc: Imported handle: 0xb40000771ef7c090 id: 2015
05-31 12:12:47.405   780  2205 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.407  3048  4665 D qdgralloc: Imported handle: 0xe8784d90 id: 2015
05-31 12:12:47.407 27691 27791 D StreamStateObserver: Update Preview stream state to STREAMING
05-31 12:12:47.407  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.408 27691 27691 I CameraView: invokeOnStarted()
05-31 12:12:47.409   712  3103 D qdgralloc: Imported handle: 0xef580a10 id: 2014
05-31 12:12:47.409   712  3103 D qdgralloc: Imported handle: 0xef582c10 id: 2015
05-31 12:12:47.409   718  4703 D qdgralloc: Imported handle: 0xb400007bd9031bf0 id: 2016
05-31 12:12:47.419   718  4704 D qdgralloc: Imported handle: 0xb400007bd90336f0 id: 2017
05-31 12:12:47.429 27691 31980 D qdgralloc: Imported handle: 0xb4000076d85a75e0 id: 2018
05-31 12:12:47.429 27691 31980 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.430  3048  4665 D qdgralloc: Imported handle: 0xe8784f90 id: 2018
05-31 12:12:47.430  3048  4665 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
05-31 12:12:47.434   718 24951 D qdgralloc: Imported handle: 0xb400007bd9034d70 id: 2005
05-31 12:12:47.435   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.437   712  1471 D qdgralloc: Imported handle: 0xef580110 id: 2018
05-31 12:12:47.450   718 24951 D qdgralloc: Imported handle: 0xb400007bd90327c0 id: 2007
05-31 12:12:47.468   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.483   718 24951 D qdgralloc: Imported handle: 0xb400007bd90343e0 id: 2009
05-31 12:12:47.535   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.550   718 24951 D qdgralloc: Imported handle: 0xb400007bd9033ed0 id: 2011
05-31 12:12:47.595   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.617   718 24951 D qdgralloc: Imported handle: 0xb400007bd9033d20 id: 2013
05-31 12:12:47.666   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.683   718 24951 D qdgralloc: Imported handle: 0xb400007bd9034350 id: 2015
05-31 12:12:47.734   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:47.998   712  4617 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 4 lines
05-31 12:12:48.064   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:48.119 27691  4668 I CameraView: invokeOnAverageFpsChanged(0.0)
05-31 12:12:48.130   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:48.663   712  4617 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 8 lines
05-31 12:12:48.730   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:48.745   712  4652 I mm-camera: <STATS_AF >< INFO> 439: af_util_done: MainCamera=1 final lens pos 261
05-31 12:12:48.795   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:48.993   712  4617 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 3 lines
05-31 12:12:49.061   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:49.120 27691  4668 I CameraView: invokeOnAverageFpsChanged(0.0)
05-31 12:12:49.127   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:49.194   712  4617 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 2 lines
05-31 12:12:49.263   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-31 12:12:49.299  3444  3928 I WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-62 TxLinkspeed=72 freq=2437 RxLinkSpeed=72
05-31 12:12:49.329   712  4617 E QMI_FW  : qmi_cci_get_ref: ref count increased 2

Camera Device

{
  "formats": [],
  "sensorOrientation": "landscape-left",
  "hardwareLevel": "limited",
  "maxZoom": 10,
  "minZoom": 1,
  "maxExposure": 4,
  "supportsLowLightBoost": false,
  "neutralZoom": 1,
  "physicalDevices": [
    "wide-angle-camera",
    "wide-angle-camera",
    "ultra-wide-angle-camera",
    "telephoto-camera"
  ],
  "supportsFocus": true,
  "supportsRawCapture": false,
  "isMultiCam": true,
  "minFocusDistance": 10,
  "minExposure": -4,
  "name": "0 (BACK) androidx.camera.camera2",
  "hasFlash": true,
  "hasTorch": true,
  "position": "back",
  "id": "0"
}

Device

Huawei P30 Pro

VisionCamera Version

4.0.5

Can you reproduce this issue in the VisionCamera Example app?

I didn't try (⚠️ your issue might get ignored & closed if you don't try this)

Additional information

@P0diceps P0diceps added the 🐛 bug Something isn't working label May 31, 2024
@ferjuarezlp
Copy link

Hi, I am experiencing the same issue as described, but it occurs in both versions 4.0.4 and 4.0.5, and it manifests differently on each platform. On Android using a Samsung A53 with Android 12, torch does not function at all. On iOS, using an iPhone 14 Plus with iOS 17.4.1, the flash turns on but it completely freezes the camera when the flash is activated, and it returns to normal when the flash is turned off. Additionally, I am encountering the following log in XCode: "{"error": [unknown/unknown: Error Domain=AVFoundationErrorDomain Code=-11800". This might be related to issue #1606.

@maintenance-hans maintenance-hans bot changed the title Torch does not work on CodeScanner🐛 🐛 Torch does not work on CodeScanner Jun 11, 2024
Copy link

maintenance-hans bot commented Jun 11, 2024

Guten Tag, Hans here.

Note

New features, bugfixes, updates and other improvements are all handled mostly by Marc Rousavy in his free time.
To support Marc, please consider 💖 sponsoring him on GitHub 💖.
Sponsored issues will be prioritized.

@mrousavy
Copy link
Owner

Can you try if this also happens in the Example app here?

@P0diceps
Copy link
Author

P0diceps commented Jun 18, 2024

I tried it but the example app crashes instantly on multiple devices.


 LOG  Running "VisionCameraExample" with {"rootTag":11}
 LOG  Loading react-native-worklets-core...
 LOG  Worklets loaded successfully
 LOG  Re-rendering Navigator. Camera: denied | Microphone: denied
 LOG  Requesting camera permission...
 LOG  Camera permission status: granted
 LOG  Requesting microphone permission...
 LOG  Microphone permission status: granted
 LOG  Camera: 0 (BACK) androidx.camera.camera2 | Format: (3840x2160 photo / 1920x1080@30 video @ 30fps)
 LOG  Camera initialized!
 LOG  Camera started!
 LOG  Preview orientation changed to portrait!
 LOG  Output orientation changed to portrait!
 LOG  Camera stopped!
 LOG  56856238571394: 1280x720 yuv Frame (landscape-right)
 LOG  Camera started!
 LOG  Preview started!
 BUNDLE  ./index.js

 LOG  Running "VisionCameraExample" with {"rootTag":11}
 LOG  Loading react-native-worklets-core...
 LOG  Worklets loaded successfully
 LOG  Re-rendering Navigator. Camera: granted | Microphone: granted
 LOG  Camera: 0 (BACK) androidx.camera.camera2 | Format: (3840x2160 photo / 1920x1080@30 video @ 30fps)
 LOG  Camera: 0 (BACK) androidx.camera.camera2 | Format: (3840x2160 photo / 1920x1080@30 video @ 30fps)
 LOG  Camera initialized!
 LOG  Preview orientation changed to portrait!
 LOG  Output orientation changed to portrait!
 LOG  Camera started!
 LOG  Preview started!
 LOG  56888207548108: 1280x720 yuv Frame (landscape-right)```


``` 06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.986 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp Dispatcher" prio=5 tid=24 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x136830c8 self=0xb4000070ded98b90
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18816 nice=0 cgrp=default sched=0/0 handle=0x6efd42fcc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 23338959 10434687 45 ) utm=2 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6efd32c000-0x6efd32e000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp http://localhost:8081/..." prio=5 tid=25 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13685f50 self=0xb4000070ded9fad0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18817 nice=0 cgrp=default sched=0/0 handle=0x6efd325cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 32706774 11487759 45 ) utm=2 stm=1 core=6 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6efd222000-0x6efd224000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009f524  /apex/com.android.runtime/lib64/bionic/libc.so (recvfrom+4)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000002938c  /apex/com.android.art/lib64/libopenjdk.so (NET_Read+80)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000029eec  /apex/com.android.art/lib64/libopenjdk.so (SocketInputStream_socketRead0+216)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.socketRead0(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.read(SocketInputStream.java:176)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.read(SocketInputStream.java:144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.InputStreamSource.read(JvmOkio.kt:94)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.RealBufferedSource.request(RealBufferedSource.kt:206)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.RealBufferedSource.require(RealBufferedSource.kt:199)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.RealBufferedSource.readByte(RealBufferedSource.kt:209)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.kt:119)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:102)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp TaskRunner" prio=5 tid=26 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13688380 self=0xb4000070deda16a0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18821 nice=0 cgrp=default sched=0/0 handle=0x6efb21bcc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 844998 58646 9 ) utm=0 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6efb118000-0x6efb11a000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp TaskRunner" prio=5 tid=27 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x136884d8 self=0xb4000070deda4e40
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18822 nice=0 cgrp=default sched=0/0 handle=0x6efa111cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 10377241 5677292 26 ) utm=1 stm=0 core=2 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6efa00e000-0x6efa010000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp TaskRunner" prio=5 tid=28 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x136885a0 self=0xb4000070deda6a10
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18823 nice=0 cgrp=default sched=0/0 handle=0x6ef9007cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 486771 189635 5 ) utm=0 stm=0 core=5 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef8f04000-0x6ef8f06000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp TaskRunner" prio=5 tid=29 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13688648 self=0xb4000070dedabd80
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18824 nice=0 cgrp=default sched=0/0 handle=0x6ef7efdcc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 12551197 7968910 29 ) utm=1 stm=0 core=6 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef7dfa000-0x6ef7dfc000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000019e104  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+172)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000473b90  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+564)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000475480  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtr<art::mirror::Object>, long, int, bool, art::ThreadState)+280)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Object.wait(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on <0x0fdb7c0d> (a okhttp3.internal.concurrent.TaskRunner)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.concurrent.TaskRunner$RealBackend.coordinatorWait(TaskRunner.kt:294)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:59)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - locked <0x0fdb7c0d> (a okhttp3.internal.concurrent.TaskRunner)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp TaskRunner" prio=5 tid=30 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13688a70 self=0xb4000070deda85e0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18825 nice=0 cgrp=default sched=0/0 handle=0x6ef6df3cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 8397761 2392394 21 ) utm=0 stm=0 core=6 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef6cf0000-0x6ef6cf2000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "Okio Watchdog" prio=5 tid=31 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13688b38 self=0xb4000070dedaa1b0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18826 nice=0 cgrp=default sched=0/0 handle=0x6ef5ce9cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 2236623 8467345 23 ) utm=0 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef5be6000-0x6ef5be8000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000019e104  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+172)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000473b90  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+564)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000475480  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtr<art::mirror::Object>, long, int, bool, art::ThreadState)+280)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Object.wait(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on <0x0f4df7c2> (a java.lang.Class<okio.AsyncTimeout>)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.AsyncTimeout$Companion.awaitTimeout$okio(AsyncTimeout.kt:318)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.AsyncTimeout$Watchdog.run(AsyncTimeout.kt:183)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - locked <0x0f4df7c2> (a java.lang.Class<okio.AsyncTimeout>)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "HybridData DestructorThread" prio=5 tid=33 Waiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689018 self=0xb4000070dedaf520
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18829 nice=0 cgrp=default sched=0/0 handle=0x6ef1f63cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 19726151 4206406 6 ) utm=1 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef1e60000-0x6ef1e62000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abcc  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000019dd34  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000473b7c  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+544)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000475480  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtr<art::mirror::Object>, long, int, bool, art::ThreadState)+280)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Object.wait(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on <0x07bbc9d3> (a java.lang.Object)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Object.wait(Object.java:442)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:190)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - locked <0x07bbc9d3> (a java.lang.Object)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:211)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at com.facebook.jni.DestructorThread$1.run(DestructorThread.java:76)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "mqt_js" prio=5 tid=35 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689450 self=0xb4000070dedb6460
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18831 nice=0 cgrp=default sched=0/0 handle=0x6eefadecc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 4875915714 10217965 108 ) utm=468 stm=18 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6eef9db000-0x6eef9dd000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009f968  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000001a1f4  /system/lib64/libutils.so (android::Looper::pollInner(int)+180)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 000000000001a0d8  /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000115aa8  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.nativePollOnce(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.next(MessageQueue.java:335)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.Looper.loop(Looper.java:183)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:233)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "mqt_native_modules" prio=5 tid=36 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13680078 self=0xb4000070dedb4890
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18832 nice=0 cgrp=default sched=0/0 handle=0x6eee9d4cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 625479434 66190111 196 ) utm=55 stm=7 core=0 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6eee8d1000-0x6eee8d3000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009f968  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000001a1f4  /system/lib64/libutils.so (android::Looper::pollInner(int)+180)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 000000000001a0d8  /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000115aa8  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.nativePollOnce(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.next(MessageQueue.java:335)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.Looper.loop(Looper.java:183)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:233)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "pool-3-thread-1" prio=5 tid=32 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x136895e0 self=0xb4000070dedb10f0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18835 nice=0 cgrp=default sched=0/0 handle=0x6ef3503cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 47968851 3034324 14 ) utm=3 stm=0 core=1 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6ef3400000-0x6ef3402000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "CameraX-scheduler" prio=4 tid=37 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689718 self=0xb4000070dee5ee30
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18836 nice=10 cgrp=default sched=0/0 handle=0x6e2a47acc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 724792 10645937 2 ) utm=0 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e2a377000-0x6e2a379000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009f968  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000001a1f4  /system/lib64/libutils.so (android::Looper::pollInner(int)+180)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 000000000001a0d8  /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000115aa8  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.nativePollOnce(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.MessageQueue.next(MessageQueue.java:335)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.Looper.loop(Looper.java:183)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at android.os.HandlerThread.run(HandlerThread.java:67)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "CameraX-core_camera_1" prio=5 tid=39 Waiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689968 self=0xb4000070dee57ef0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18838 nice=0 cgrp=default sched=0/0 handle=0x6e281e3cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 104987444 19038959 137 ) utm=8 stm=1 core=6 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e280e0000-0x6e280e2000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abcc  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 0000000000574044  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+480)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2067)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "pool-3-thread-2" prio=5 tid=40 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689a30 self=0xb4000070dee641a0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18839 nice=0 cgrp=default sched=0/0 handle=0x6e270d9cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 228879635 5055732 14 ) utm=19 stm=2 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e26fd6000-0x6e26fd8000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "CrAsyncTask #1" prio=4 tid=41 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689af8 self=0xb4000070dee41560
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18843 nice=10 cgrp=default sched=0/0 handle=0x6e25b71cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 2191563 0 1 ) utm=0 stm=0 core=0 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e25a6e000-0x6e25a70000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2109)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:402)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "CrAsyncTask #2" prio=6 tid=42 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689c58 self=0xb4000070dee352b0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18845 nice=-1 cgrp=default sched=0/0 handle=0x6e24a67cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 3305521 43854 3 ) utm=0 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e24964000-0x6e24966000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2109)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:402)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "CrAsyncTask #3" prio=4 tid=43 TimedWaiting
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689d40 self=0xb4000070dee336e0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18846 nice=10 cgrp=default sched=0/0 handle=0x6e2395dcc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 382656 198125 1 ) utm=0 stm=0 core=7 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e2385a000-0x6e2385c000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000004abd0  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 00000000005743d8  /apex/com.android.art/lib64/libart.so (art::Thread::Park(bool, long)+1396)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 00000000004b1744  /apex/com.android.art/lib64/libart.so (art::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long)+660)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at sun.misc.Unsafe.park(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   - waiting on an unknown object
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2109)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:402)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "OkHttp http://localhost:8081/..." prio=5 tid=44 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13689e08 self=0xb4000070dee38a50
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18851 nice=0 cgrp=default sched=0/0 handle=0x6e1fda8cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 20879322 2909532 17 ) utm=2 stm=0 core=2 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e1fca5000-0x6e1fca7000 stackSize=1043KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009f524  /apex/com.android.runtime/lib64/bionic/libc.so (recvfrom+4)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 000000000002938c  /apex/com.android.art/lib64/libopenjdk.so (NET_Read+80)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000029eec  /apex/com.android.art/lib64/libopenjdk.so (SocketInputStream_socketRead0+216)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.socketRead0(Native method)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.read(SocketInputStream.java:176)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.net.SocketInputStream.read(SocketInputStream.java:144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.InputStreamSource.read(JvmOkio.kt:94)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.RealBufferedSource.request(RealBufferedSource.kt:206)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at okio.RealBufferedSource.require(RealBufferedSource.kt:199)
06-18 09:02:03.987   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   at java.lang.Thread.run(Thread.java:923)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "Binder:18781_5" prio=5 tid=50 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13a434a8 self=0xb4000070dee220c0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18947 nice=0 cgrp=default sched=0/0 handle=0x6e100efcc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 717397 0 1 ) utm=0 stm=0 core=0 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e0fff8000-0x6e0fffa000 stackSize=995KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009e9a4  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 0000000000057e88  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000052520  /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+248)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000052768  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #04 pc 000000000005303c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+108)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #05 pc 0000000000079d5c  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #06 pc 000000000001553c  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+320)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #07 pc 00000000000a1b74  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #08 pc 0000000000014db0  /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+408)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #09 pc 00000000000b5018  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #10 pc 000000000004fb64  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   (no managed stack frames)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "Binder:18781_6" prio=5 tid=51 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13a43520 self=0xb4000070dee2abd0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | sysTid=18948 nice=0 cgrp=default sched=0/0 handle=0x6e0eff1cc0
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | state=S schedstat=( 345156 28959 1 ) utm=0 stm=0 core=0 HZ=100
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | stack=0x6e0eefa000-0x6e0eefc000 stackSize=995KB
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | held mutexes=
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #00 pc 000000000009e9a4  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #01 pc 0000000000057e88  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #02 pc 0000000000052520  /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+248)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #03 pc 0000000000052768  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #04 pc 000000000005303c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+108)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #05 pc 0000000000079d5c  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #06 pc 000000000001553c  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+320)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #07 pc 00000000000a1b74  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #08 pc 0000000000014db0  /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+408)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #09 pc 00000000000b5018  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #10 pc 000000000004fb64  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   (no managed stack frames)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] Aborting thread:
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657] "mrousavy/VisionCamera.video" prio=5 tid=34 Native
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   | group="" sCount=0 dsCount=0 flags=0 obj=0x13689290 self=0xb4000070dedb8030
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #18 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset a2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #19 pc 00000000001aa5b4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned 
long) const+68)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #20 pc 00000000001aa54c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #21 pc 00000000001aa498  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value>::__call<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #22 pc 00000000001aa410  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #23 pc 00000000001a9294  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (std::__ndk1::__function::__func<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__ndk1::allocator<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #24 pc 00000000000b869c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #25 pc 00000000001150c4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #26 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #27 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #28 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #39 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #40 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #41 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #42 pc 00000000000b1170  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 1a07000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #43 pc 000000000005447c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset a2f000) (RNWorklet::JsiWorklet::call(std::__ndk1::shared_ptr<facebook::jsi::Function>, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+336)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #44 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset a2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #45 pc 00000000001aa5b4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned 
long) const+68)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #46 pc 00000000001aa54c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (???)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #47 pc 00000000001aa498  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value>::__call<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120)
06-18 09:02:03.987 18781 18830 F .camera.exampl: runtime.cc:657]   native: #48 pc 00000000001aa410  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 4091000) (???)
06-18 09:02:03.988 18781 18830 F libc    : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 18830 (ionCamera.video), pid 18781 (.camera.example)
06-18 09:02:04.016   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.116   705 18874 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 3 lines
06-18 09:02:04.149   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.171 18951 18951 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
06-18 09:02:04.172  5870  5870 I tombstoned: received crash request for pid 18830
06-18 09:02:04.172 18951 18951 I crash_dump64: performing dump of process 18781 (target tid = 18830)
06-18 09:02:04.192   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.195 18951 18951 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
06-18 09:02:04.195 18951 18951 F DEBUG   : Build fingerprint: 'Zebra/TC26PG/TC26:11/11-31-27.00-RG-U00-STD-HEL-04/265:user/release-keys'
06-18 09:02:04.195 18951 18951 F DEBUG   : Revision: '0'
06-18 09:02:04.195 18951 18951 F DEBUG   : ABI: 'arm64'
06-18 09:02:04.197 18951 18951 F DEBUG   : Timestamp: 2024-06-18 09:02:04+0200
06-18 09:02:04.197 18951 18951 F DEBUG   : pid: 18781, tid: 18830, name: ionCamera.video  >>> com.mrousavy.camera.example <<<
06-18 09:02:04.197 18951 18951 F DEBUG   : uid: 10261
06-18 09:02:04.197 18951 18951 F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
06-18 09:02:04.197 18951 18951 F DEBUG   : Abort message: 'JNI DETECTED ERROR IN APPLICATION: java_object == null
06-18 09:02:04.197 18951 18951 F DEBUG   :     in call to GetObjectClass
06-18 09:02:04.197 18951 18951 F DEBUG   :     from void com.mrousavy.camera.frameprocessors.FrameProcessor.call(com.mrousavy.camera.frameprocessors.Frame)'
06-18 09:02:04.197 18951 18951 F DEBUG   :     x0  0000000000000000  x1  000000000000498e  x2  0000000000000006  x3  0000006ef0be4020
06-18 09:02:04.197 18951 18951 F DEBUG   :     x4  fefeff6defbd2bab  x5  fefeff6defbd2bab  x6  fefeff6defbd2bab  x7  7f7f7f7fffff7fff
06-18 09:02:04.198 18951 18951 F DEBUG   :     x8  00000000000000f0  x9  ea68a8c9ecf32732  x10 0000000000000000  x11 ffffffc0fffffbdf
06-18 09:02:04.198 18951 18951 F DEBUG   :     x12 0000000000000001  x13 ffffffffffffffff  x14 ff00000000000000  x15 ffffffffffffffff
06-18 09:02:04.198 18951 18951 F DEBUG   :     x16 000000726094bc80  x17 000000726092c2a0  x18 0000006eefedc000  x19 000000000000495d
06-18 09:02:04.198 18951 18951 F DEBUG   :     x20 000000000000498e  x21 00000000ffffffff  x22 0000000000000000  x23 0000000000000000
06-18 09:02:04.198 18951 18951 F DEBUG   :     x24 0000006f6e5d8f95  x25 0000000000000001  x26 0000006f6e5efed0  x27 0000006f6eba5000
06-18 09:02:04.198 18951 18951 F DEBUG   :     x28 b400006f8ed8e480  x29 0000006ef0be40a0
06-18 09:02:04.198 18951 18951 F DEBUG   :     lr  00000072608dbbf8  sp  0000006ef0be4000  pc  00000072608dbc24  pst 0000000000000000
06-18 09:02:04.317   705 18874 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 4 lines
06-18 09:02:04.349   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.359   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.362   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.378  6255  6700 E WifiScoringParams: Invalid frequency(-1), using 5G as default rssi array
06-18 09:02:04.384   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.395  6255  6706 D WifiNative: Scan trigered from WifiNative
06-18 09:02:04.399  5953  6004 D SMARTMU : #(6004) [ os_wlan_driver_event.cpp : 40] ------------------>  NL80211_CMD_TRIGGER_SCAN : 33
06-18 09:02:04.414   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.483 18951 18951 F DEBUG   : backtrace:
06-18 09:02:04.484 18951 18951 F DEBUG   :       #00 pc 000000000004dc24  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 229c19d159f619ab0dd102acf1afb05f)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #01 pc 0000000000530564  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+2340) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #02 pc 000000000001394c  /system/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_3::__invoke(char const*)+76) (BuildId: 1def9e84a6fd1df54e96513bebec801f)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #03 pc 00000000000130cc  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+312) (BuildId: 1def9e84a6fd1df54e96513bebec801f)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #04 pc 0000000000368474  /apex/com.android.art/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+2596) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #05 pc 00000000003e7ad8  /apex/com.android.art/lib64/libart.so (art::JNI<true>::GetObjectClass(_JNIEnv*, _jobject*)+1640) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #06 pc 0000000000349378  /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::GetObjectClass(_JNIEnv*, _jobject*)+724) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #07 pc 0000000000057190  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (vision::JFrameProcessorPlugin::callback(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*> const&, facebook::jni::alias_ref<facebook::jni::JMap<_jstring*, _jobject*> > const&) const+68) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #08 pc 0000000000042738  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #09 pc 00000000000b869c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #10 pc 00000000001150c4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #11 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #12 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #13 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #14 pc 00000000000b1170  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #15 pc 000000000005447c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::JsiWorklet::call(std::__ndk1::shared_ptr<facebook::jsi::Function>, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+336) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #16 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #17 pc 00000000001aa5b4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+68) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #18 pc 00000000001aa54c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #19 pc 00000000001aa498  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value>::__call<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #20 pc 00000000001aa410  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #21 pc 00000000001a9294  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (std::__ndk1::__function::__func<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__ndk1::allocator<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.484 18951 18951 F DEBUG   :       #22 pc 00000000000b869c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #23 pc 00000000001150c4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #24 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #25 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #26 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #27 pc 00000000000b1170  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #28 pc 000000000005447c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::JsiWorklet::call(std::__ndk1::shared_ptr<facebook::jsi::Function>, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+336) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #29 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #30 pc 00000000001aa5b4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+68) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #31 pc 00000000001aa54c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #32 pc 00000000001aa498  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value>::__call<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #33 pc 00000000001aa410  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #34 pc 00000000001a9294  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (std::__ndk1::__function::__func<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__ndk1::allocator<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #35 pc 00000000000b869c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #36 pc 00000000001150c4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #37 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #38 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #39 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #40 pc 00000000000b1170  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #41 pc 000000000005447c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::JsiWorklet::call(std::__ndk1::shared_ptr<facebook::jsi::Function>, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+336) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #42 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #43 pc 00000000001aa5b4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+68) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #44 pc 00000000001aa54c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #45 pc 00000000001aa498  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value>::__call<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #46 pc 00000000001aa410  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #47 pc 00000000001a9294  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!librnworklets.so (offset 0x4091000) (std::__ndk1::__function::__func<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__ndk1::allocator<RNWorklet::JsiObjectWrapper::setFunctionValue(facebook::jsi::Runtime&, facebook::jsi::Value const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+120) (BuildId: 13a569cc34aa2587c63b5369ce308487385b1761)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #48 pc 00000000000b869c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #49 pc 00000000001150c4  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #50 pc 00000000001342cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #51 pc 0000000000133800  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #52 pc 00000000001153bc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #53 pc 00000000000b1170  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libhermes.so (offset 0x1a07000) (BuildId: 7b331e66c1a76e127578ead45dce2fe9a7fda535)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #54 pc 000000000005447c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::JsiWorklet::call(std::__ndk1::shared_ptr<facebook::jsi::Function>, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+336) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #55 pc 00000000000538cc  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (RNWorklet::WorkletInvoker::call(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+144) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.485 18951 18951 F DEBUG   :       #56 pc 0000000000053780  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (vision::JFrameProcessor::callWithFrameHostObject(std::__ndk1::shared_ptr<vision::FrameHostObject> const&) const+280) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #57 pc 0000000000055a40  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (facebook::jni::detail::MethodWrapper<void (vision::JFrameProcessor::*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>), &(vision::JFrameProcessor::call(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>)), vision::JFrameProcessor, void, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*> >::dispatch(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*>, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>&&)+76) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #58 pc 0000000000055b78  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (facebook::jni::detail::CallWithJniConversions<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*>, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>&&), void, facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*> >::call(facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*, facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*>, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>&&))+120) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #59 pc 000000000005597c  /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!libVisionCamera.so (offset 0xa2f000) (facebook::jni::detail::FunctionWrapper<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*>, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>&&), facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*, void, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*> >::call(_JNIEnv*, _jobject*, facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<vision::JFrameProcessor, facebook::jni::detail::BaseHybridClass>::JavaPart, facebook::jni::JObject, void>::_javaobject*>, facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<vision::JFrame, facebook::jni::JObject, void>::_javaobject*>&&))+68) (BuildId: 8b48aa63a62262873fd24c13fd0f4de915494635)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #60 pc 000000000013bed4  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #61 pc 0000000000132564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #62 pc 0000000000196e94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+204) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #63 pc 0000000000301df0  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #64 pc 00000000002fcf08  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+884) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #65 pc 000000000062ff80  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+868) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #66 pc 000000000012c814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #67 pc 000000000004c308  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!classes2.dex] (com.mrousavy.camera.react.CameraView.onFrame+28)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #68 pc 0000000000631b50  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1840) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #69 pc 000000000012ca14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #70 pc 000000000003ec94  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk!classes2.dex] (com.mrousavy.camera.core.FrameProcessorPipeline.analyze+32)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #71 pc 0000000000631b50  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1840) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #72 pc 000000000012ca14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #73 pc 000000000020e974  [anon:dalvik-classes.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk] (androidx.camera.core.ImageAnalysis.lambda$setAnalyzer$3)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #74 pc 0000000000632f44  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1120) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #75 pc 000000000012c994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #76 pc 000000000020c964  [anon:dalvik-classes.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk] (androidx.camera.core.ImageAnalysis$$ExternalSyntheticLambda3.analyze+4)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #77 pc 0000000000631b50  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1840) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #78 pc 000000000012ca14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #79 pc 000000000020d9c6  [anon:dalvik-classes.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk] (androidx.camera.core.ImageAnalysisAbstractAnalyzer.lambda$analyzeImage$0$androidx-camera-core-ImageAnalysisAbstractAnalyzer+94)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #80 pc 00000000006338bc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualRange+1204) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #81 pc 000000000012cb14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_range+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #82 pc 000000000020d420  [anon:dalvik-classes.dex extracted in memory from /data/app/~~Gr-kVBcFidTVveb3Hz4eRA==/com.mrousavy.camera.example-AOspNDHjo1N3mh8Xd-e-nQ==/base.apk] (androidx.camera.core.ImageAnalysisAbstractAnalyzer$$ExternalSyntheticLambda1.run+28)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #83 pc 0000000000631b50  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1840) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.486 18951 18951 F DEBUG   :       #84 pc 000000000012ca14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #85 pc 000000000036c678  /system/framework/framework.jar (offset 0x924000) (android.os.Handler.handleCallback+4)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #86 pc 0000000000632f44  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1120) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #87 pc 000000000012c994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #88 pc 000000000036c4ec  /system/framework/framework.jar (offset 0x924000) (android.os.Handler.dispatchMessage+8)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #89 pc 00000000006301bc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1440) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #90 pc 000000000012c814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #91 pc 00000000003944d8  /system/framework/framework.jar (offset 0x924000) (android.os.Looper.loop+480)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #92 pc 0000000000632f44  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1120) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #93 pc 000000000012c994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #94 pc 000000000036bbd4  /system/framework/framework.jar (offset 0x924000) (android.os.HandlerThread.run+56)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #95 pc 00000000002f48e4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.164885164127817382)+268) (BuildId: 
d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #96 pc 000000000061eb94  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+796) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #97 pc 000000000013bff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #98 pc 0000000000132564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #99 pc 0000000000196e94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+204) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #100 pc 0000000000527730  /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #101 pc 0000000000528930  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+440) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #102 pc 0000000000575af4  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1272) (BuildId: d771e5471a2eb4bb13989bf86f77eaa5)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #103 pc 00000000000b5018  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 229c19d159f619ab0dd102acf1afb05f)
06-18 09:02:04.487 18951 18951 F DEBUG   :       #104 pc 000000000004fb64  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 229c19d159f619ab0dd102acf1afb05f)
06-18 09:02:04.514   705 18874 I chatty  : uid=1047(cameraserver) CAM_MctBus_6 identical 3 lines
06-18 09:02:04.546   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.573   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.584   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.586   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.597   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.609   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.613   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.621   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.633   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.645   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.654   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.655   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.657   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.668   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.679   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.683   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.690   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.702   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.713   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.718   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.724   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.725   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.725   942  1307 I chatty  : uid=1021(gps) LocApiMsgTask identical 1 line
06-18 09:02:04.725   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.725   942  1307 W LocSvc_ApiV02: reportSv:3442] At least one RF_LOSS is 0 in gps.conf, please configure it
06-18 09:02:04.725   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.725   942  1307 I chatty  : uid=1021(gps) LocApiMsgTask identical 1 line
06-18 09:02:04.725   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.736   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.747   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.751   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.759   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.771   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.783   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.784   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.789 18781 18940 I CameraView: invokeOnAverageFpsChanged(37.234042553191486)
06-18 09:02:04.795   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.796  5881 18905 E Camera3-OutputStream: getBufferLockedCommon: Stream 2: Can't dequeue next output buffer: Connection timed out (-110)
06-18 09:02:04.807   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.817   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.818   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.830   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.841   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.846   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.853   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.865   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.876   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.880   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.887   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.899   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.911   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.913   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.922   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.934   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:04.945   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.946   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.957   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.969   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.980   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:04.980   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:04.992   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 1 line
06-18 09:02:05.004   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.013   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.015   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.038   513   513 I chatty  : uid=1069(lmkd) /system/bin/lmkd identical 2 lines
06-18 09:02:05.050   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.050   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.062   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.063  5870  5870 E tombstoned: Tombstone written to: /data/tombstones/tombstone_19
06-18 09:02:05.074   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.074  6255  6324 I BootReceiver: Copying /data/tombstones/tombstone_19 to DropBox (SYSTEM_TOMBSTONE)
06-18 09:02:05.077  6255 18954 W ActivityTaskManager:   Force finishing activity com.mrousavy.camera.example/.MainActivity
06-18 09:02:05.080  6255 18954 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.080   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.082  6255  6324 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x2
06-18 09:02:05.085   513   513 I lowmemorykiller: Ignoring pressure since per-zone watermarks ok
06-18 09:02:05.087  6255 18955 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2
06-18 09:02:05.090   801   876 D qdgralloc: Imported handle: 0xb40000789ea42c70 id: 287
06-18 09:02:05.090   801   876 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.102  6255 18954 D qdgralloc: Imported handle: 0xb400006fdede9c60 id: 287
06-18 09:02:05.102  6255 18954 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.103  6255 18954 D ActivityTrigger: ActivityTrigger activityPauseTrigger
06-18 09:02:05.107  6255 18954 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.112  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.115  6762  7521 D qdgralloc: Imported handle: 0xb400006fdede1b90 id: 287
06-18 09:02:05.115  6762  7521 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.116  7244  8004 D qdgralloc: Imported handle: 0xb400006fdedb5a30 id: 287
06-18 09:02:05.116  7244  8004 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.117  7119 10853 D EO      : componentInfo - com.android.launcher3.uioverrides.QuickstepLauncher
06-18 09:02:05.117  7119 10853 D EO      : getForegroundActivity changed
06-18 09:02:05.117 10574 18526 D gv      : onActivityChange
06-18 09:02:05.118 10574 18956 D gv      : getCurrentActivity
06-18 09:02:05.120  6255  6298 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
06-18 09:02:05.120  6762  7529 D qdgralloc: Imported handle: 0xb400006fdedd0880 id: 287
06-18 09:02:05.120  6762  7529 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.122   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.129 10574 18956 D TAG     : Process Activity Change
06-18 09:02:05.130 10574 10620 D ActivityTracker: #ACT# Handle New activity, p= com.android.launcher3 a=com.android.launcher3.uioverrides.QuickstepLauncher
06-18 09:02:05.134 10574 10620 D ScanningService: Using app context
06-18 09:02:05.135 10574 10620 D ActivityTracker: loading active profile 4 [start]
06-18 09:02:05.136 10574 10620 D ScanningService: Using app context
06-18 09:02:05.136 10574 10620 D ScanningService: Using app context
06-18 09:02:05.143 10574 10620 D RFIDAPI3Error: RfidUsbMgr: connection failed: device not found
06-18 09:02:05.146 10574 10620 D ScanningService: Using app context
06-18 09:02:05.147   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.148 10574 10620 D ScanningService: Using app context
06-18 09:02:05.156 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 8 lines
06-18 09:02:05.156 10574 10620 D ScanningService: Using app context
06-18 09:02:05.157 10574 10620 D ActivityTracker: updateCurrentProfile loadActiveProfile
06-18 09:02:05.158 10574 10620 D ActivityTracker: updating current profile: id: 4, name: Launcher
06-18 09:02:05.158 10574 10620 D ActivityTracker: disableCurrentProfile next profile enabled
06-18 09:02:05.158 10574 10620 D XO      : #DWProfile# Disable profile Profile0 (default) [Start]
06-18 09:02:05.158 10574 10620 D DWIMSHelper: resetIMS()
06-18 09:02:05.158 10574 10620 D DWHelper: getHelper
06-18 09:02:05.159  7119  7146 D yM      : getIMSHelper
06-18 09:02:05.163  7119  7146 D wO      : resetIMS()
06-18 09:02:05.165  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] 'IsReadSubmitted' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.166  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] - '0'
06-18 09:02:05.166 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Cancel Read [Start]
06-18 09:02:05.167  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] 'IsReadSubmitted' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.167  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] - '0'
06-18 09:02:05.167  9536  9577 I ScannerFramework: [Scanner::ClearReadSubmit] 'ClearReadSubmit' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.167  9536  9577 I ScannerFramework: [StateMachine::MoveState] Transition from state 'ReadSubmitted' to 'Enabled' for pid -1
06-18 09:02:05.167  9536  9577 I ScannerFramework: [StateMachine::MoveState] Transition from state 'ReadSubmitted' to 'Enabled' for pid 10574
06-18 09:02:05.168  9536  9577 I ScannerFramework: [Scanner::ClearReadSubmit] - '0'
06-18 09:02:05.168 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Cancel Read [Finish]
06-18 09:02:05.169 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Disable Scanner [Start]
06-18 09:02:05.169  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] 'IsReadSubmitted' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.169  9536  9577 I ScannerFramework: [Scanner::IsReadSubmitted] - '1'
06-18 09:02:05.170  9536  9577 I ScannerFramework: [Scanner::ScannerDisable] 'ScannerDisable' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.171   743 18378 I ScannerFramework-HIDL: [ImagerNode::closeImagerNode] mRefCount = 2 and ImagerHandle = 14
06-18 09:02:05.172  9536  9577 I ScannerFramework: [ImagerControlProxy::Deinit]
06-18 09:02:05.172   743 18378 I ScannerFramework-HIDL: [ImagerNode::closeImagerNode] mRefCount = 1 and ImagerHandle = 14
06-18 09:02:05.172   743 18378 I ScannerFramework-HIDL: [ImagerNode::closeImagerNode] Closing ImagerNode (Power down) mRefCount = 0 and ImagerHandle = 14
06-18 09:02:05.180   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.211  5961  6894 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...
06-18 09:02:05.212  5881 18905 E Camera3-OutputStream: getBufferLockedCommon: Stream 2: Can't dequeue next output buffer: Broken pipe (-32)
06-18 09:02:05.213   705 18874 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.164  6255  6298 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
06-18 09:02:05.213  6255  6936 I WindowManager: WIN DEATH: Window{53d1668 u0 com.mrousavy.camera.example/com.mrousavy.camera.example.MainActivity}
06-18 09:02:05.213  6255  6936 W InputDispatcher: Attempted to unregister already unregistered input channel '53d1668 com.mrousavy.camera.example/com.mrousavy.camera.example.MainActivity (server)'
06-18 09:02:05.214  5951 15830 E mediaserver: unlinkToDeath: removed reference to death recipient but unlink failed.
06-18 09:02:05.214  5951 15830 E IPCThreadState: attemptIncStrongHandle(1): Not supported
06-18 09:02:05.214   717   971 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.215  5879  5879 I Zygote  : Process 18781 exited due to signal 6 (Aborted)
06-18 09:02:05.215  6255  6936 D WindowManager: removewindowlw package --com.mrousavy.camera.example mState--PAUSING
06-18 09:02:05.218  6255  6936 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.221  5961  6894 I OMX-VENC: Component Deinit
06-18 09:02:05.221  6255  8902 I ActivityManager: Process com.mrousavy.camera.example (pid 18781) has died: prcp TOP
06-18 09:02:05.224   705  1600 E QCamera : <HAL><ERROR> acquirePerfLock: 588: Failed to acquire the perf lock
06-18 09:02:05.224  6255  6301 I libprocessgroup: Successfully killed process cgroup uid 10261 pid 18781 in 1ms
06-18 09:02:05.225  5961  6894 I OMX-VENC: Video encode perflock released
06-18 09:02:05.226  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.227  5961  6894 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
06-18 09:02:05.230  9536  9577 I ScannerFramework: [V4L2ImagerAdapterProxy::disAssociateImagerAdapterHIDL] disconnected Adapter HIDL
06-18 09:02:05.232  9536  9577 I ScannerFramework: [ImagerControlProxy::disAssociateImagerControlHIDL] disconnected Control HIDL
06-18 09:02:05.232  9536  9577 I ScannerFramework: [StateMachine::MoveState] Transition from state 'Enabled' to 'Disabled' for pid -1
06-18 09:02:05.233  9536  9577 I ScannerFramework: [StateMachine::MoveState] Transition from state 'Enabled' to 'Disabled' for pid 10574
06-18 09:02:05.233  9536  9577 W ScannerFramework: [StateMachine::MoveState] Transition from state 'Disabled' to 'Disabled' is invalid
06-18 09:02:05.233   705 18873 I mm-camera: <IFACE >< INFO> 1836: iface_streamoff_to_thread: iface_streamoff_to_thread: E, session id = 6, user stream id = 5
06-18 09:02:05.233   705 18879 I mm-camera: <IFACE >< INFO> 2467: iface_streamoff: E, session_id 6 mct_stream_id = 5
06-18 09:02:05.233   705 18879 I mm-camera: <IFACE >< INFO> 12285: iface_util_get_user_streams_by_bundle: streamoff, first bundled streamoff all bindled streams!
06-18 09:02:05.233   705 18879 I mm-camera: <IFACE >< INFO> 452: iface_ispif_get_cfg_params_from_hw_streams: interace 0 active count = 3, skip stop ispif
06-18 09:02:05.233   705 18879 I mm-camera: <IFACE >< INFO> 452: iface_ispif_get_cfg_params_from_hw_streams: interace 0 active count = 2, skip stop ispif
06-18 09:02:05.233   705 18879 I mm-camera: <IFACE >< INFO> 452: iface_ispif_get_cfg_params_from_hw_streams: interace 0 active count = 1, skip stop ispif
06-18 09:02:05.234  6255  8902 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.235  9536  9577 I ScannerFramework: [Scanner::ScannerDisable] - '0'
06-18 09:02:05.236 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Disable Scanner [Finish]
06-18 09:02:05.236 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Release Scanner [Start]
06-18 09:02:05.237  9536  9577 I ScannerFramework: [Scanner::ScannerRelease] 'ScannerRelease' called, Calling process pid '10574', Scanner type '0'
06-18 09:02:05.238  9536  9577 I ScannerFramework: [Scanner::ScannerRelease] - '0'
06-18 09:02:05.238  9536  9577 D ZDCPService: [InterfaceManager::releaseInterface] Releasing interface 'com.symbol.scanning.imager' by Client{pid=10574, uid=10083}
06-18 09:02:05.240 10574 10641 I DataWedge-ScannerProxyHandler: #DW-SF# Release Scanner [Finish]
06-18 09:02:05.240 10574 10620 D BroadcastHelper: Sending broadcast to handler com.symbol.datawedge.scanner_status
06-18 09:02:05.240 10574 11104 D BroadcastHelper: Sending broadcast intent com.symbol.datawedge.scanner_status
06-18 09:02:05.240 10574 11104 D DWHelper: getHelper
06-18 09:02:05.240 10574 10620 D WorkFlow-Plugin: #DCVision# disable took 0
06-18 09:02:05.240 10574 10620 D XO      : #DWProfile# Disable profile Profile0 (default) [Finish] took 82 ms
06-18 09:02:05.241 10574 10620 D XO      : #DWProfile# Enable profile Launcher [Start]
06-18 09:02:05.241 10574 10620 D ScanningService: Using app context
06-18 09:02:05.242 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 2 lines
06-18 09:02:05.243 10574 10620 D ScanningService: Using app context
06-18 09:02:05.243 10574 11104 D BroadcastHelper: Broadcast intent finished com.symbol.datawedge.scanner_status
06-18 09:02:05.244 10574 10620 D ScanningService: Using app context
06-18 09:02:05.243  6255  8902 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.248  6255  8879 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.248 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 4 lines
06-18 09:02:05.248 10574 10620 D ScanningService: Using app context
06-18 09:02:05.250  8435  8435 E VisionFramework: [DCVisionService] [##########] System memory warning received. Trim memory callback, Level:TRIM_MEMORY_RUNNING_LOW;
06-18 09:02:05.253 10574 10620 D ScanningService: Using app context
06-18 09:02:05.253 10574 10620 D ScanningService: Using app context
06-18 09:02:05.256 18421 18421 I com.symbol.dataanalytics.dca.DcaApplication: Low memory event called
06-18 09:02:05.257  6255  6284 W ActivityManager: setHasOverlayUi called on unknown pid: 18781
06-18 09:02:05.258 10574 10620 D ScanningService: Using app context
06-18 09:02:05.264 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 4 lines
06-18 09:02:05.264 10574 10620 D ScanningService: Using app context
06-18 09:02:05.266  7575  7575 I AppBase : AppBase.onTrimMemory():412 onTrimMemory(): 10
06-18 09:02:05.266 10574 10620 D ScanningService: Using app context
06-18 09:02:05.266 10574 10620 D ScanningService: Using app context
06-18 09:02:05.266  7575  7575 I KeyboardDefCache: MemoryFileCache$1.onTrimMemory():126 clearMemory() for trim memory: 10
06-18 09:02:05.266  7575  7575 I KeyboardDefCache: MemoryFileCache.clearMemory():410 evictAll()
06-18 09:02:05.266  7575  7575 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4238 onTrimMemory(): 10
06-18 09:02:05.268 10574 10620 D ScanningService: Using app context
06-18 09:02:05.270  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.270 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 2 lines
06-18 09:02:05.270 10574 10620 D ScanningService: Using app context
06-18 09:02:05.272   705 18879 I mm-camera: <IFACE >< INFO> 2713: iface_streamoff: session_id = 6, active_streams = 0
06-18 09:02:05.272   705 18879 I mm-camera: <IFACE >< INFO> 2722: iface_streamoff: X
06-18 09:02:05.272   705 18873 I mm-camera: <IFACE >< INFO> 1862: iface_streamoff_to_thread: iface_streamoff_to_thread: X, session id = 6, user stream id = 5
06-18 09:02:05.272  6255  6936 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.274   942   992 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.274 10574 10620 D ScanningService: Using app context
06-18 09:02:05.274 10574 10620 D ScanningService: Using app context
06-18 09:02:05.274   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 3
06-18 09:02:05.275   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.276   705 18873 I mm-camera: <IFACE >< INFO> 1836: iface_streamoff_to_thread: iface_streamoff_to_thread: E, session id = 6, user stream id = 2
06-18 09:02:05.276   705 18879 I mm-camera: <IFACE >< INFO> 2467: iface_streamoff: E, session_id 6 mct_stream_id = 2
06-18 09:02:05.276   705 18879 I mm-camera: <IFACE >< INFO> 12291: iface_util_get_user_streams_by_bundle: skip streamoff! left 2 bundled streamoff, mct stream id 2total bundled stream num = 4
06-18 09:02:05.276   705 18879 I mm-camera: <IFACE >< INFO> 2722: iface_streamoff: X
06-18 09:02:05.276   705 18873 I mm-camera: <IFACE >< INFO> 1862: iface_streamoff_to_thread: iface_streamoff_to_thread: X, session id = 6, user stream id = 2
06-18 09:02:05.277 10574 10620 I DataWedge-ScannerProxyHandler: #DW-SF# Get Number of Scanners [Start]
06-18 09:02:05.277 10574 10620 I DataWedge-ScannerProxyHandler: #DW-SF# Get Number of Scanners [Finish], Nos: 12
06-18 09:02:05.276  6255  6936 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.278  6255  6936 D WindowManager: displayId: 0
06-18 09:02:05.278   705 18873 I mm-camera: <IFACE >< INFO> 1836: iface_streamoff_to_thread: iface_streamoff_to_thread: E, session id = 6, user stream id = 3
06-18 09:02:05.278  6255  6936 D WindowManager: isFullscreen: false isImmersive: false
06-18 09:02:05.278   705 18879 I mm-camera: <IFACE >< INFO> 2467: iface_streamoff: E, session_id 6 mct_stream_id = 3
06-18 09:02:05.278   705 18879 I mm-camera: <IFACE >< INFO> 12291: iface_util_get_user_streams_by_bundle: skip streamoff! left 1 bundled streamoff, mct stream id 3total bundled stream num = 4
06-18 09:02:05.278   705 18879 I mm-camera: <IFACE >< INFO> 2722: iface_streamoff: X
06-18 09:02:05.278   705 18873 I mm-camera: <IFACE >< INFO> 1862: iface_streamoff_to_thread: iface_streamoff_to_thread: X, session id = 6, user stream id = 3
06-18 09:02:05.280   942  1307 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.281   942   992 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.281 10574 10620 I DataWedge-ScannerProxyHandler: #DW-SF# Get Number of Scanners [Start]
06-18 09:02:05.282 10574 10620 I DataWedge-ScannerProxyHandler: #DW-SF# Get Number of Scanners [Finish], Nos: 12
06-18 09:02:05.282 10574 10620 D ScanningService: Using app context
06-18 09:02:05.283  6255 18965 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2
06-18 09:02:05.283  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.284 10574 10620 I chatty  : uid=10083(com.symbol.datawedge) ActivityTracker identical 2 lines
06-18 09:02:05.284 10574 10620 D ScanningService: Using app context
06-18 09:02:05.279   705 18873 I mm-camera: <CPP   >< INFO> 4821: cpp_module_handle_streamoff_event: info: doing stream-off for identity 0x60003
06-18 09:02:05.284   705 18873 I mm-camera: <CPP   >< INFO> 5019: cpp_module_handle_streamoff_event: info: stream-off done for identity 0x60003 rc:0
06-18 09:02:05.285   705 18884 I mm-camera: <CPP   >< INFO> 374: cpp_hardware_set_clock: Set clock 256000000 BW avg 109071360 BW inst 109071360
06-18 09:02:05.286   801  1632 D qdgralloc: Imported handle: 0xb40000789ea3c850 id: 288
06-18 09:02:05.286   801  1632 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.286  7244  8237 D qdgralloc: Imported handle: 0xb400006fdedb0660 id: 288
06-18 09:02:05.286  7244  8237 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.287   801  1632 D qdgralloc: Imported handle: 0xb40000789ea45730 id: 289
06-18 09:02:05.287   801  1632 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.287   705 18873 I mm-camera: <IFACE >< INFO> 1836: iface_streamoff_to_thread: iface_streamoff_to_thread: E, session id = 6, user stream id = 4
06-18 09:02:05.287 10574 10620 D WorkFlow-Plugin: #DCVision# Barcode tracking: Barcode input enabled: false
06-18 09:02:05.288 10574 10620 D WorkFlow-Plugin: #DCVision# Barcode tracking: Barcode input tracking enabled: false
06-18 09:02:05.288 10574 10620 D WorkFlow-Plugin: #DCVision# loadParams took 6
06-18 09:02:05.288   705 18879 I mm-camera: <IFACE >< INFO> 2467: iface_streamoff: E, session_id 6 mct_stream_id = 4
06-18 09:02:05.288   705 18879 I mm-camera: <IFACE >< INFO> 12291: iface_util_get_user_streams_by_bundle: skip streamoff! left 0 bundled streamoff, mct stream id 4total bundled stream num = 4
06-18 09:02:05.288 10574 10620 D ScanningService: Using app context
06-18 09:02:05.288   705 18879 I mm-camera: <IFACE >< INFO> 2717: iface_streamoff: all bundled stream streamoff, clear hal bundled mask
06-18 09:02:05.288 10574 10620 D ScanningService: Using app context
06-18 09:02:05.288   705 18879 I mm-camera: <IFACE >< INFO> 2722: iface_streamoff: X
06-18 09:02:05.288   705 18873 I mm-camera: <IFACE >< INFO> 1862: iface_streamoff_to_thread: iface_streamoff_to_thread: X, session id = 6, user stream id = 4
06-18 09:02:05.288   801  1632 D qdgralloc: Imported handle: 0xb40000789ea3c190 id: 290
06-18 09:02:05.288   801  1632 D qdgralloc: GetTransportSize: num fds: 2 num ints: 23 err:0
06-18 09:02:05.290 10574 10620 D ScanningService: Using app context
06-18 09:02:05.290 10574 10620 D ScanningService: Using app context
06-18 09:02:05.290   705 18873 I mm-camera: <CPP   >< INFO> 4821: cpp_module_handle_streamoff_event: info: doing stream-off for identity 0x60004
06-18 09:02:05.290   705 18894 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.291   705 18884 I mm-camera: <CPP   >< INFO> 374: cpp_hardware_set_clock: Set clock 256000000 BW avg 0 BW inst 0
06-18 09:02:05.291 10574 10620 D XO      : #DWProfile# Enable profile Launcher [Finish] took 50 ms
06-18 09:02:05.292 10574 10620 D ActivityTracker: loading active profile 4 [finish]
06-18 09:02:05.292   705 18894 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.292   705 18873 I mm-camera: <CPP   >< INFO> 5019: cpp_module_handle_streamoff_event: info: stream-off done for identity 0x60004 rc:0
06-18 09:02:05.293   705 18894 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.291  6255  6285 I chatty  : uid=1000(system) android.anim identical 1 line
06-18 09:02:05.294  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.299  6255  6936 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.301   711  1527 D qdgralloc: Imported handle: 0xb400007b2de40b30 id: 246
06-18 09:02:05.301   711  1527 D qdgralloc: Imported handle: 0xb400007b2de3e4f0 id: 288
06-18 09:02:05.305   705 18873 I mm-camera: <IFACE >< INFO> 11031: iface_util_release_resource: camif_cnt= 2, rdi_cnt= 0, used mask 10000
06-18 09:02:05.305   705 18873 I mm-camera: <IFACE >< INFO> 11031: iface_util_release_resource: camif_cnt= 1, rdi_cnt= 0, used mask 0
06-18 09:02:05.305   705 18873 I mm-camera: <IFACE >< INFO> 11031: iface_util_release_resource: camif_cnt= 0, rdi_cnt= 0, used mask 0
06-18 09:02:05.305   705 18873 I mm-camera: <IFACE >< INFO> 4042: iface_destroy_hw: iface_destroy_hw: Destroy axi hw on VFE :1
06-18 09:02:05.306   705 18873 I mm-camera: <IFACE >< INFO> 11031: iface_util_release_resource: camif_cnt= 0, rdi_cnt= 0, used mask 0
06-18 09:02:05.306   705 18873 I mm-camera: <MCT   >< INFO> 188: stop_sof_check_thread: Stopping SOF timeout thread session =6
06-18 09:02:05.307   705 18930 I mm-camera: <MCT   >< INFO> 113: mct_bus_sof_thread_run: Closing SOF tracker thread
06-18 09:02:05.308  6255  6285 D WindowManager: updateSystemUiVisibilityLw called
06-18 09:02:05.317  7575  7575 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3126 
06-18 09:02:05.321  7575  7575 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 0, locked = false
06-18 09:02:05.322  7575  7575 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1954 onStartInput(EditorInfo{EditorInfo{packageName=com.android.launcher3, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, 
imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=-1, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false)
06-18 09:02:05.323  7575  7575 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2216 repeatCheckTimes = 1, locked = false
06-18 09:02:05.325  7575  7575 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password
06-18 09:02:05.335  5881  8022 I Camera3-Device: disconnectImpl: E
06-18 09:02:05.336  5881  8022 I CameraLatencyHistogram: ProcessCaptureRequest latency histogram (19) samples:
06-18 09:02:05.336  5881  8022 I CameraLatencyHistogram:        40     80    120    160    200    240    280    320    360    inf (max ms)
06-18 09:02:05.336  5881  8022 I CameraLatencyHistogram:      94.74   0.00   5.26   0.00   0.00   0.00   0.00   0.00   0.00   0.00 (%)
06-18 09:02:05.336   705  1600 I QCamera : <HAL><INFO> close_camera_device: 16151: [KPI Perf]: E camera id 0
06-18 09:02:05.337   705  1600 E QCamera : <HAL><ERROR> stop: 5782: Attempt to stop inactive channel
06-18 09:02:05.337   705  1600 E QCamera : <HAL><ERROR> stop: 1656: Attempt to stop inactive channel
06-18 09:02:05.337   705  1600 E QCamera : <HAL><ERROR> stop: 1656: Attempt to stop inactive channel
06-18 09:02:05.337   705  1600 E QCamera : <HAL><ERROR> stop: 277: Attempt to stop inactive channel
06-18 09:02:05.337   705  1600 E QCamera : <HAL><ERROR> stop: 277: Attempt to stop inactive channel
06-18 09:02:05.338   705 18873 I mm-camera: <IFACE >< INFO> 700: iface_unreserve_sink_port: stream_id 2 mode 0
06-18 09:02:05.339   705 18873 I mm-camera: <ISP   >< INFO> 941: isp_port_check_caps_unreserve: ide 60002 port 0xf2ed92d0
06-18 09:02:05.340   705  1600 V qomx_image_core: OMX_FreeHandle:338]
06-18 09:02:05.340   705  1600 D qomx_image_core: get_idx_from_handle:297] comp_idx 2 inst_idx 0
06-18 09:02:05.341   705  1600 V qomx_image_core: OMX_FreeHandle:373] Success
06-18 09:02:05.341   705  1600 I qomx_image_core: OMX_Deinit:125] Complete
06-18 09:02:05.346   705 18873 I mm-camera: <IFACE >< INFO> 700: iface_unreserve_sink_port: stream_id 3 mode 0
06-18 09:02:05.346   705 18873 I mm-camera: <ISP   >< INFO> 941: isp_port_check_caps_unreserve: ide 60003 port 0xf2ed92d0
06-18 09:02:05.349   705 18873 I mm-camera: <IFACE >< INFO> 700: iface_unreserve_sink_port: stream_id 4 mode 0 
06-18 09:02:05.349   705 18873 I mm-camera: <ISP   >< INFO> 941: isp_port_check_caps_unreserve: ide 60004 port 0xf2ed92d0
06-18 09:02:05.352   705 18873 I mm-camera: <IFACE >< INFO> 700: iface_unreserve_sink_port: stream_id 5 mode 0
06-18 09:02:05.352   705 18873 I mm-camera: <ISP   >< INFO> 941: isp_port_check_caps_unreserve: ide 60005 port 0xf2ed92d0
06-18 09:02:05.353   705 18873 I mm-camera: <ISP   >< INFO> 7159: isp_util_print_meta_stream_info: Deallocate resources
06-18 09:02:05.354   705 18873 I mm-camera: <ISP   >< INFO> 7490: isp_util_handle_stream_info: streams_desc num_streams is 0
06-18 09:02:05.354   705 18873 I mm-camera: <IFACE >< INFO> 6389: iface_util_handle_meta_stream_info: iface_util_handle_meta_stream_info: ms_type 0 num streams 0
06-18 09:02:05.355   705  1600 I QCamera : <HAL><INFO> closeCamera: 1222: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 0
06-18 09:02:05.355   705  1600 I Thermal-Lib: thermal_bandwidth_client_cancel_request: Removing all bw request for camera_bw
06-18 09:02:05.355   705  1600 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1
06-18 09:02:05.355  8545  8701 I ThermalEngine: Thermal-Server: removing client on fd 41
06-18 09:02:05.355   705  1600 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2
06-18 09:02:05.356   705  1600 I mm-camera: <MCT   >< INFO> 312: mct_controller_destroy: Initiating destroy sequence for session = 6
06-18 09:02:05.356   705  1600 I mm-camera: <MCT   >< INFO> 330: mct_controller_destroy: serv_thread closed
06-18 09:02:05.357   705  1600 I mm-camera: <MCT   >< INFO> 345: mct_controller_destroy: bus_handler thread closed
06-18 09:02:05.357   705  1600 I mm-camera: <IFACE >< INFO> 700: iface_unreserve_sink_port: stream_id f mode 0
06-18 09:02:05.357   705  1600 I mm-camera: <ISP   >< INFO> 941: isp_port_check_caps_unreserve: ide 6000f port 0xf2ed92d0
06-18 09:02:05.359   705 18969 I mm-camera: <ISP   >< INFO> 510: isp_module_stop_session: session id 6
06-18 09:02:05.362   705 18971 D QCameraQuadraCfa: img_algo_shutdown:147 : E
06-18 09:02:05.362   705 18971 E quadracfa_dummy: inside dummy remosaic_deinit 1
06-18 09:02:05.362   705 18971 D QCameraQuadraCfa: img_algo_shutdown:152 : X
06-18 09:02:05.374   705 18899 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.375   705 18899 I chatty  : uid=1047(cameraserver) provider@2.4-se identical 4 lines
06-18 09:02:05.375   705 18899 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
06-18 09:02:05.376   705  1600 E mm-camera: <MCT   ><ERROR> 179: stop_sof_check_thread: Returning as SOF timer thread not yet initialized
06-18 09:02:05.376   705  1600 I mm-camera: <MCT   >< INFO> 424: mct_controller_destroy: X Successfully closed mct_controller session 6
06-18 09:02:05.377   711   755 I SDM     : ResourceImpl::SetMaxBandwidthMode: new bandwidth mode=0
06-18 09:02:05.378  5881  8022 I CameraProviderManager: Camera device device@3.4/legacy/0 torch status is now AVAILABLE_OFF
06-18 09:02:05.378  5881  8022 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
06-18 09:02:05.378   705  1600 I QCamera : <HAL><INFO> closeCamera: 1278: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 0, rc: 0
06-18 09:02:05.379   705  1600 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
06-18 09:02:05.379   705  1600 I QCamera : <HAL><INFO> close_camera_device: 16169: [KPI Perf]: X
06-18 09:02:05.380  5881  8022 W Camera3-OutputStream: disconnectLocked: While disconnecting stream 0 from native window, the native window died from under us
06-18 09:02:05.381  5881  8022 W Camera3-OutputStream: disconnectLocked: While disconnecting stream 1 from native window, the native window died from under us
06-18 09:02:05.381  5881  8022 I CameraLatencyHistogram: Stream 1 dequeueBuffer latency histogram (19) samples:
06-18 09:02:05.381  5881  8022 I CameraLatencyHistogram:         5     10     15     20     25     30     35     40     45    inf (max ms)
06-18 09:02:05.381  5881  8022 I CameraLatencyHistogram:      94.74   5.26   0.00   0.00   0.00   0.00   0.00   0.00   0.00   0.00 (%)
06-18 09:02:05.382  5881  8022 W Camera3-OutputStream: disconnectLocked: While disconnecting stream 2 from native window, the native window died from under us
06-18 09:02:05.382  5881  8022 I CameraLatencyHistogram: Stream 2 dequeueBuffer latency histogram (21) samples:
06-18 09:02:05.382  5881  8022 I CameraLatencyHistogram:         5     10     15     20     25     30     35     40     45    inf (max ms)
06-18 09:02:05.382  5881  8022 I CameraLatencyHistogram:      52.38   23.81   4.76   0.00   0.00   0.00   0.00   0.00   0.00   19.05 (%)
06-18 09:02:05.382  5881  8022 I Camera3-Device: disconnectImpl: X
06-18 09:02:05.383  5881  8022 I CameraService: disconnect: Disconnected client for camera 0 for PID 18781
06-18 09:02:05.383  5881  8022 I Camera3-Device: disconnectImpl: E
06-18 09:02:05.383  5881  8022 I Camera2ClientBase: Closed Camera 0. Client was: com.mrousavy.camera.example (PID 18781, UID 10261)
06-18 09:02:05.383  5881  8022 I Camera3-Device: disconnectImpl: E
06-18 09:02:05.384  8284  8319 E NfcService: setReaderMode() called while NFC is not enabled.
06-18 09:02:05.384  5881  8022 E CameraService: binderDied: Java client's binder died, removing it from the list of active clients
06-18 09:02:06.450   704   704 D vendor.qti.bluetooth@1.0-ibs_handler: SerialClockVote: vote for UART CLK ON
06-18 09:02:06.451   704   704 D vendor.qti.bluetooth@1.0-wake_lock: Acquire wakelock is acquired
06-18 09:02:06.451   704   704 I vendor.qti.bluetooth@1.0-ibs_handler: DeviceWakeUp: Writing IBS_WAKE_IND
06-18 09:02:06.452   704 10319 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_WAKE_ACK: 0xFC
06-18 09:02:06.452   704 10319 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Signal wack_cond_
06-18 09:02:06.452   704   704 D vendor.qti.bluetooth@1.0-ibs_handler: DeviceWakeUp: Unblocked from waiting for FC
06-18 09:02:06.453   704 10319 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
06-18 09:02:06.453   704 10319 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
06-18 09:02:06.471  9802 10322 I bt_stack: [INFO:btm_ble_bgconn.cc(420)] Already connection initiated (or) No Pending connections(or) Resources of lcb are exhausted
06-18 09:02:06.513   704 10319 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE

@mrousavy
Copy link
Owner

format your logs correctly. Three backticks (```), otherwise I cannot help you.

@P0diceps
Copy link
Author

Done

@P0diceps
Copy link
Author

P0diceps commented Jul 4, 2024

Hi @mrousavy ,

any news on this topic?

best regards

@mrousavy
Copy link
Owner

mrousavy commented Jul 4, 2024

Hi, no I did not look into this.

@mrousavy
Copy link
Owner

I tried it but the example app crashes instantly on multiple devices.

@P0diceps I fixed this error in the example app. Can you try this again? in example

@P0diceps
Copy link
Author

P0diceps commented Jul 15, 2024

@mrousavy
Yeah the example app works now.
The issue with the torch is still the same. I set it to 'on' but the torch stays off when starting the QR-Code Scanner.

07-15 07:44:39.769  1041  2241 I HwFoldDisplayModeEx: HwFoldDisplayModeEx(0xee108098).
07-15 07:44:39.769  1041  2241 I CameraDeviceClient: CameraDeviceClient 0: Opened
07-15 07:44:39.769  1041  2241 I CameraService: connectHelper(), make client for 'com.mrousavy.camera.example'.
07-15 07:44:39.769  2698  3552 I PGServer: report state:10019 event type:1 pid:0 uid:0 pkg:com.mrousavy.camera.example to pid: 2698
07-15 07:44:39.769  1073  1073 I SensorHub: Activate, handle: 5, enabled:0, err: 0
07-15 07:44:39.770  1547  2301 I SensorService: disableSensor handle:5, packageName:hidl_client_pid_1059
07-15 07:44:39.770  1547  2301 I SensorService: disable activate end
07-15 07:44:39.770  1547  2301 I SensorService: disable end
07-15 07:44:39.770  1547  1687 I SensorService: disable begin
07-15 07:44:39.770  1547  1687 I SensorService: disable activate begin
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: activate-2 enabled-0 fwkOals-1 camOals-1 fwkOcolor-0 camOcolor-1 fwkOtof-0 camOtof-0
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: IsOpenNeedUpdate: service: 1547, sensor: 2, open: 0, openCnt: 1
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: SetTotalOpenCnt: sensor: 2 has been close, erase it's map
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: EraseSensorConfig: sensor: 2
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: EraseSensorConfig: erase the config of sensorId: 2
07-15 07:44:39.770  1073  1073 I Sensors@1.2-impl: SetTotalOpenCnt: erase the config of sensorId: 2
07-15 07:44:39.771  1044  1151 D dubaid  : [BufferedLogServer.cpp] ReceiveMessage# Received buffered log from dubai_driver-0
07-15 07:44:39.771  1073  1073 I SensorHub: Activate, handle: 2, enabled:0, err: 0
07-15 07:44:39.771  1044  1151 D dubaid  : [BufferedLogServer.cpp] ReceiveMessage# Received buffered log from dubai_driver-0
07-15 07:44:39.771  1547  1687 I SensorService: disableSensor handle:2, packageName:hidl_client_pid_1059
07-15 07:44:39.771  1041  2241 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
07-15 07:44:39.771  1547  1687 I SensorService: disable activate end
07-15 07:44:39.771  1547  1687 I SensorService: disable end
07-15 07:44:39.771  1073  1073 I Sensors@1.2-impl: alsActivate-3 enabled-0 fwkOals-1 camOals-1
07-15 07:44:39.771  1073  1073 I Sensors@1.2-impl: IsOpenNeedUpdate: service: 1059, sensor: 3, open: 0, openCnt: 2
07-15 07:44:39.771  1073  1073 I Sensors@1.2-impl: GetSensorConfig: sensor: 3, Can't get param
07-15 07:44:39.771  1073  1073 I Sensors@1.2-impl: UpdateSensorConfig: sensor: 3, optimize period 0
07-15 07:44:39.771  1041  2241 V Camera3-Device: initialize: Initializing HIDL device for camera 0
07-15 07:44:39.771  1059  1860 I FlickerSensorImpl: disableSensor: sensor_handle:700, enabled:false, sampling_period_ns:500000
07-15 07:44:39.772  1073  1073 I Sensors@1.2-impl: extendSensorActivate
07-15 07:44:39.772  1547  2758 D HwCameraServiceProxy: It is not the fold camera device.
07-15 07:44:39.772  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForMediaAssistant cameraId 0, newCameraState 0, facing 0
07-15 07:44:39.772  1059  6754 I ServerTranslator: open: enter
07-15 07:44:39.772  1059  6754 I CfgServer: open: open device (/dev/video22)
07-15 07:44:39.772  1059  6754 D ImagingSystem: cancelPrelaunchCheckPoint(2904): enter. instance[0x766a359000].
07-15 07:44:39.772  1059  6754 D HwaPerfRecorderImpl: [HWA_CAM3]enter perfInitialize(), id(0):rear camera
07-15 07:44:39.772  1059  6754 I CPipelineTranslator: CPipelineTranslator: ctor instance[0x76d169b218].
07-15 07:44:39.772  2517  4279 I HwMediaAssistantService: notifyCameraStateChange
07-15 07:44:39.772  2517  4279 I HwMediaAssistantService: sendCameraChangeBroadcast to com.huawei.harmonyos.foundation cameraId(0), facing(0), newCameraState(0), clientName(com.mrousavy.camera.example)
07-15 07:44:39.765  1547  1730 I PowerManagerService: handleSandman: wakefulness: 1,startDreaming: false
07-15 07:44:39.772  2517  4279 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1183 android.content.ContextWrapper.sendBroadcast:453 com.huawei.systemserver.mediaassist.HwMediaAssistantService.sendCameraChangeBroadcast:518 com.huawei.systemserver.mediaassist.HwMediaAssistantService.notifyCameraStateChange:246 com.huawei.systemserver.mediaassist.IMediaAssist$Stub.onTransact:67
07-15 07:44:39.773  1059  6754 I VirCam_StreamChange: OnSessionChangedEvent: receive camera session changed event = 0
07-15 07:44:39.773  1041  2241 I CameraProviderManager: Camera device device@3.4/legacy/0 torch status is now NOT_AVAILABLE
07-15 07:44:39.773  1041  2241 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
07-15 07:44:39.773  1547  1547 I HwDualSensorEventListenerImpl: onTorchModeUnavailable, mFlashlightMode = HwDualSensorData.FlashlightMode.CAMERA_MODE
07-15 07:44:39.773  2517  4279 E HwMediaAssistantService: ignore camera state 0
07-15 07:44:39.773  2517  2707 I OllieMsgCenter: publishEvt=2130903200
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate begin cameraId 0, newCameraState 0, facing 0
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate end
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator begin cameraId 0, newCameraState 0, facing 0
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator end
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForSarService begin cameraId 0, newCameraState 0, clientName com.mrousavy.camera.example
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: Start notify service:com.huawei.camera, com.huawei.camera.controller.hm.HmCameraControllerService
07-15 07:44:39.773  1547  2758 I HwCameraServiceProxy: no need to start service
07-15 07:44:39.774   763 16420 D AudioFlinger: setParameters(): io 0, keyvalue cameraFacing=back, calling pid 1547 calling uid 1000
07-15 07:44:39.774  1041  2241 V Camera3-Device: Session interface chain:
07-15 07:44:39.774  1041  2241 V Camera3-Device:   android.hardware.camera.device@3.4::ICameraDeviceSession
07-15 07:44:39.774  1041  2241 V Camera3-Device:   android.hardware.camera.device@3.3::ICameraDeviceSession
07-15 07:44:39.774  1041  2241 V Camera3-Device:   android.hardware.camera.device@3.2::ICameraDeviceSession
07-15 07:44:39.774  1041  2241 V Camera3-Device:   android.hidl.base@1.0::IBase
07-15 07:44:39.774   731  6324 I AudioModuleManager: [AudioModuleSetParameters:51]: list size: 12
07-15 07:44:39.774  1041  2241 E VendorTagDescriptor: lookupTag: Tag name 'dropSAR' does not exist.
07-15 07:44:39.774  1041  2241 E Camera2-Metadata: getTagFromName: not found name(dropSAR)
07-15 07:44:39.774  1041  2241 V Camera3-Device: initialize: dropSar tag value is -1
07-15 07:44:39.774  2517  2851 I HwMediaAssistantService: reset:false,false,true
07-15 07:44:39.774   731  6324 I HuaweiAudioAlgoService: set_parameter_camera_facing: HuaweiProcess, value is back
07-15 07:44:39.774   731  6324 E HuaweiProcessing: set_parameter_l: Can't support algo FACING!!!
07-15 07:44:39.774  1547  1565 I CameraService_proxy: Get isLightStrapCaseOn in cameraserviceproxy.
07-15 07:44:39.774  1547  1565 D HwCameraServiceProxy: Get isLightStrapCaseOn in HwCameraServiceProxy
07-15 07:44:39.775  1041  2241 D CameraService: isProxyLightStrapCaseOn: Get isProxyLightStrapCaseOn : 0
07-15 07:44:39.775  1041  2241 D         : GetModePhysicalId: wide mode physical id 3
07-15 07:44:39.775  1041  2241 D         : GetModePhysicalId: tele mode physical id 4
07-15 07:44:39.775  1041  2241 I FrameSynchronizer: SetCloseListener:set Close Listener
07-15 07:44:39.775  1041  2241 I HwPerformEx: setInfo(0xee0900c0)
07-15 07:44:39.775  1041  2241 I HwPerformEx: setInfo(), get vendor tag id: 3854507339.
07-15 07:44:39.775  1041  2241 I HwName2Tag: createInstance()
07-15 07:44:39.775  1041  2241 I HwName2Tag: ~HwName2Tag(0xee108060)
07-15 07:44:39.775  1041  2241 I HwName2Tag: HwName2Tag(0xee108060), vendor tag id: 3854507339.
07-15 07:44:39.775  1073  1073 I Sensors@1.2-impl: open extendSensorActivate FLK_SENSOR
07-15 07:44:39.776  1041  2241 I CameraService: NFC polling true
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: colorActivate-26 enabled-0, fwkOcolor-0 camOcolor-1
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: IsOpenNeedUpdate: service: 1059, sensor: 26, open: 0, openCnt: 1
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: EraseSensorConfig: sensor: 26
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: EraseSensorConfig: erase the config of sensorId: 26
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: SetTotalOpenCnt: erase the config of sensorId: 26
07-15 07:44:39.776  1073  1073 I Sensors@1.2-impl: InitHidlSensorVal: reset cam color sensor val
07-15 07:44:39.777 25976 26316 I CameraDevices: Camera #0 is now unavailable.
07-15 07:44:39.779  1073  1073 I SensorHub: Activate, handle: 26, enabled:0, err: 0
07-15 07:44:39.779  1059  1860 I FLashDevice: TurnOff enter, fd=31, position=0
07-15 07:44:39.780  1059  1860 I LCDInfoProcess: enter stop()
07-15 07:44:39.780  1059  1860 I SensorClusterImpl: disableSensor: sensor[10] already disabled
07-15 07:44:39.780  1059  1860 I SensorClusterImpl: disableSensor: sensor[1] already disabled
07-15 07:44:39.780  1059  1860 I SensorClusterImpl: disableSensor: sensor[4] already disabled
07-15 07:44:39.780  1059  1860 I SensorClusterImpl: disableSensor: sensor[3] already disabled
07-15 07:44:39.782  2698  3105 I AppManager: handleVideoRecord, add: true, pid: , uid: 10917, type: 1
07-15 07:44:39.783  1041  2241 I         : open camera, send msg to nfc, close nfc!
07-15 07:44:39.783  5603  6123 D NfcNci:HwCustNfcService: isIWareCalling Calling UID = 1047
07-15 07:44:39.783  5603  6123 I NfcNci:HwCustNfcService: disablePolling
07-15 07:44:39.783  1041  2241 I CameraService: connectDevice(), exit.
07-15 07:44:39.783  1547  2758 D HwCameraServiceProxy: It is not the fold camera device.
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForMediaAssistant cameraId 0, newCameraState 101, facing 0
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate begin cameraId 0, newCameraState 101, facing 0
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate end
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator begin cameraId 0, newCameraState 101, facing 0
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator end
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForSarService begin cameraId 0, newCameraState 101, clientName com.mrousavy.camera.example
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: Start notify service:com.huawei.camera, com.huawei.camera.controller.hm.HmCameraControllerService
07-15 07:44:39.783  1547  2758 I HwCameraServiceProxy: no need to start service
07-15 07:44:39.784 25976 26324 D Camera2CameraImpl: {Camera@f4707e4[id=0]} CameraDevice.onOpened()
07-15 07:44:39.784 25976 26324 D Camera2CameraImpl: {Camera@f4707e4[id=0]} Transitioning camera internal state: OPENING --> OPENED
07-15 07:44:39.790  1041  2241 E VendorTagDescriptor: lookupTag: Tag name 'hwStreamConfigurations' does not exist.
07-15 07:44:39.791  1547  1565 I HwCameraServiceProxy: notifyCameraStateChangeForRotate begin cameraId 0, newCameraState 102, facing 0
07-15 07:44:39.792  1041  2241 I Camera3-OutputStream: configureConsumerQueueLocked: Consumer wants 1 buffers, HAL wants 7, type: 0x22
07-15 07:44:39.795  1041  2241 V Camera3-Device: convertMetadataListToRequestListLocked: requestId = 0
07-15 07:44:39.795  1041  2241 I FrameSynchronizer: SetPaused:set Paused status(0)
07-15 07:44:39.795  1041  2241 V Camera3-Device: unpauseForNewRequests: RequestThread: Going active
07-15 07:44:39.795  1041 30828 V Camera3-Device: notifyStatus: Camera 0: Now active, pauseState: false
07-15 07:44:39.795  1041 30829 V Camera3-Device: prepareHalRequests: Request (frame num 0) had AF trigger 0x0
07-15 07:44:39.796  1041  2241 V Camera3-Device: Camera 0: Capture request 0 enqueued
07-15 07:44:39.796 25976 26324 D CaptureSession: CameraCaptureSession.onConfigured() mState=OPENED
07-15 07:44:39.796 25976 26324 D CaptureSession: CameraCaptureSession.onReady() OPENED
07-15 07:44:39.797  1041 30829 V Camera3-Device: isCustomizedMode: expo time 0, pro mode 0, exposure mode 0
07-15 07:44:39.797  1041 30829 V Camera3-Device: stream 1 now have 1 buffer caches, buf 0xee143180
07-15 07:44:39.797  1041 30829 V Camera3-Device: stream 0 now have 1 buffer caches, buf 0xee143300
07-15 07:44:39.800  1059  1860 I SensorManager: powerDownDone(586, 0x76d2a84a80): enter
07-15 07:44:39.803  1041 30829 V Camera3-Device: isCustomizedMode: expo time 0, pro mode 0, exposure mode 0
07-15 07:44:39.815 25976 25976 D SurfaceViewImpl: Surface destroyed.
07-15 07:44:39.823  1041 30829 V Camera3-Device: isCustomizedMode: expo time 0, pro mode 0, exposure mode 0
07-15 07:44:39.823  1041 30829 V Camera3-Device: stream 1 now have 6 buffer caches, buf 0xee146180
07-15 07:44:39.823  1041 30829 V Camera3-Device: stream 0 now have 6 buffer caches, buf 0xee147680
07-15 07:44:39.825  1059  1860 I cie     : Enter CIE::~CIE
07-15 07:44:39.825  1059  1860 I cie     : Enter AiEngineObjectDetection::~ObjectDetectionAlgo
07-15 07:44:39.825  1059  1860 I cie     : Enter SceneRecognition::~SceneRecognition
07-15 07:44:39.825  1059  1860 I cie     : SceneStabilization::~SceneStabilization:: Exit!
07-15 07:44:39.825  1041 30829 V Camera3-Device: isCustomizedMode: expo time 0, pro mode 0, exposure mode 0
07-15 07:44:39.825  1059  1860 I cie     : Enter FoodRecognition::~FoodRecognition
07-15 07:44:39.825  1041 30829 V Camera3-Device: stream 1 now have 7 buffer caches, buf 0xee147980
07-15 07:44:39.841  1073  1073 I Sensors@1.2-impl: open extendSensorActivate FLK_SENSOR
07-15 07:44:39.841  1073  1119 I Sensors@1.2-impl: GetTotalOpenCnt: The sensor haven't open
07-15 07:44:39.843  1059  1889 I HispManager: #Camera# [0]< CHISPManager::powerUp
07-15 07:44:39.843  1059  1889 I HispManager: powerUpDone: enter.
07-15 07:44:39.843  1059  1889 W SensorStage: getDeviceFilterManager: failed to find sensor device node(1).
07-15 07:44:39.843  1059  1889 I SharePool: getMemAttr MemPoolSize:166723584, usage (864691129529008128, 3)
07-15 07:44:39.843  1059  1889 I SharePool: initMemoryPool: fSecure=false base size =0x9f00000 align size=0x100000 usage=864691129529008128 format=0x30a cached=true secured=false, pool_type=0
07-15 07:44:39.843  1059  1889 I SharePool: initMemoryPool: init pool[0] va=0x0x7615600000, iova=0x1700000, prot=0x7
07-15 07:44:39.844  1059  1889 I SharePool: getMemAttr MemPoolSize:0, usage (864691129529008128, 3)
07-15 07:44:39.844  1059  1889 D SharePool: initMemoryPool: unsupport the share memory ATTR 1
07-15 07:44:39.844  1059  1889 I SharePool: getMemAttr MemPoolSize:0, usage (864691129529008128, 3)
07-15 07:44:39.844  1059  1889 D SharePool: initMemoryPool: unsupport the share memory ATTR 2
07-15 07:44:39.844  1059  1889 I Feature : initFeature: m_secMode = 0
07-15 07:44:39.844  1073  1119 I SensorHub: Activate, handle: 26, enabled:1, err: 0
07-15 07:44:39.844  1073  1119 I SensorHub: Rgb Sensor activate
07-15 07:44:39.849  1547  1687 I SensorService: enable end
07-15 07:44:39.855  1073  1119 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.865  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.870  1059  1890 I SensorManager: powerUpDone: enter
07-15 07:44:39.870  1059  1890 I SensorManager: powerUp: enter
07-15 07:44:39.870  1059  1890 I LightSensorImpl: enableSensor: light sensor already enabled
07-15 07:44:39.870  1059  1890 I FlickerSensorImpl: enableSensor: already enabled.
07-15 07:44:39.870  1059  1890 I AwbSensorImpl: enableSensor: SuperFastShot awb sensor already enabled
07-15 07:44:39.870  1059  1890 I SensorClusterImpl: enableSensor: sensor[10] already enabled
07-15 07:44:39.870  1059  1890 I SensorClusterImpl: enableSensor: sensor[1] already enabled
07-15 07:44:39.870  1059  1890 I SensorClusterImpl: enableSensor: sensor[4] already enabled
07-15 07:44:39.870  1059  1890 I SensorClusterImpl: enableSensor: sensor[3] already enabled
07-15 07:44:39.872  2441  2789 E SmartChgBase/File: file /data/user_de/0/com.huawei.systemmanager/files/smart_charge/base/mock/enable is invalid in IsFileExist
07-15 07:44:39.873  2441  2789 E SmartChgBase/File: file /data/user_de/0/com.huawei.systemmanager/files/smart_charge/base/mock/enable is invalid in IsFileExist
07-15 07:44:39.875  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.885  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.887  1113  1259 W bt_btm  : btm_inq_db_new bda: 28:6a:**:**:**:b4 state: -1
07-15 07:44:39.896  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.906  1073  1119 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.906  1059  1890 I SensorManager: powerUpDone: enter
07-15 07:44:39.906  1059  1890 I SensorManager: powerUp: enter
07-15 07:44:39.906  1059  1890 I LightSensorImpl: enableSensor: light sensor already enabled
07-15 07:44:39.906  1059  1890 I FlickerSensorImpl: enableSensor: already enabled.
07-15 07:44:39.906  1059  1890 I AwbSensorImpl: enableSensor: SuperFastShot awb sensor already enabled
07-15 07:44:39.906  1059  1890 I SensorClusterImpl: enableSensor: sensor[10] already enabled
07-15 07:44:39.906  1059  1890 I SensorClusterImpl: enableSensor: sensor[1] already enabled
07-15 07:44:39.906  1059  1890 I SensorClusterImpl: enableSensor: sensor[4] already enabled
07-15 07:44:39.906  1059  1890 I SensorClusterImpl: enableSensor: sensor[3] already enabled
07-15 07:44:39.916  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.926  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.928  1059  1706 I         : mempoolcfg case CLEAR_ALL, handleMessage
07-15 07:44:39.928  1059  1708 I LosMemPoolImpl: [dc23155_64I] HwCamMem enter clearAll
07-15 07:44:39.928  1059  1708 D LosMemPoolImpl: [dc23155_64D] HwCamMem prevForceFree, prevAllNeed 0(prevAllNeedPeak 0 prevAll 0), freeSize 0
07-15 07:44:39.928  1059  1706 E MemPoolMonitor: [dc23155_64E] checkEfficiency(), allSize = 0
07-15 07:44:39.928  1059  1708 I LosMemPoolImpl: [dc23155_64I] HwCamMem  clearAll free all pool success
07-15 07:44:39.928  1059  1708 D LosMemPoolImpl: [dc23155_64D] HwCamMem clearAll uploadLosMemConfig
07-15 07:44:39.928  1059  1706 E MemPoolMonitor: [dc23155_64E] checkEfficiency(), allSize = 0
07-15 07:44:39.937  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.946  1059  1890 I SensorManager: powerUpDone: enter
07-15 07:44:39.946  1059  1890 I HispSensorController: openCamera: camera id = [0] enter.
07-15 07:44:39.946  1059  1890 I HispSensorController: updateMemPoolAddr map buffer size 0xb900000
07-15 07:44:39.946  1059  1890 I HispSensorController: updateMemPoolAddr fwSize:0x2a00000, ispFwSize:0x2300000, pd3AddSize:0x0
07-15 07:44:39.946  1059  1890 W GRALLOC : GetSizeAndDimensions:92: vendor don't support this format(0x30a)
07-15 07:44:39.947  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.953  1547  1565 I WificondControl: Noise: -85, Snr: 127, Chload: 114, rssi: -44, txBitrate: 117, rxBitrate: 1170, frequency: 5180, UlDelay: -1, currentTxBytes: 28820088, currentTxPackets: 92859, currentTxFailed: 31, currentRxBytes: 1225397772, currentRxPackets: 131244
07-15 07:44:39.954  1113  1259 W bt_btm  : btm_inq_db_new bda: 38:5c:**:**:**:6d state: -1
07-15 07:44:39.954  1113  1259 W bt_btm  : btm_inq_db_new bda: 28:6a:**:**:**:b4 state: -1
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: ProcessReqInfo ul_msgid=5
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: processReqInfo MSG_WIFI_SIGNAL_INFO_IND
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: ProcessSignalInfoInd curStateIsIdle 0
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: ProcessSignalInfoInd wifiInterruptFlg 1 enScreenState 1 curStateIsIdle 0
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: UpdateEvaluatePolicy phoneId 0 is not qoe started!
07-15 07:44:39.954  3006  4316 I VoWifiQoe_N: UpdateEvaluatePolicy EVALUATE_POLICY_RSSI
07-15 07:44:39.957  1073  1073 E Sensors@1.2-impl: rgb color sensor data not ready
07-15 07:44:39.957  1113  1259 W bt_btm  : btm_inq_db_new bda: ff:7a:**:**:**:73 state: -1
07-15 07:44:39.964  1059  1890 D HispSensorController: updateIspCoreMemPoolAddr: size = 0xb900000, m_MemPoolAddr=0x15b98000.
07-15 07:44:39.964  1059  1890 I HispSensorController: hfbc start_addr=0xc1400000
07-15 07:44:39.967  1059 30836 I ImagingSystem: tryGetAwbSensorData: awb info! r 3, g 4, b 3 ir -1,c 9 w 7
07-15 07:44:39.967  1059 30836 I ImagingSystem: setAwbSensorInfo: awb info[1]: r 3, g 4, b 3, ir -1, c 9, w 7
07-15 07:44:39.968  1059  1890 I HispSensorController: acquireCameraById: sensor id 0
07-15 07:44:39.968  1059  1890 I HispSensorController: allocOTPBuffer, alloc OTP buffer
07-15 07:44:39.968  1059  1890 I HispSensorController: getOTPBufferAddr,OTP buffer addr :0x6400000
07-15 07:44:39.968  1059  1890 I HispSensorController: getOTPBufferVaddr,OTP buffer vaddr :0x0x761a3f8000
07-15 07:44:39.968  1059  1890 I ImagingSystem: sensor info is ready!
07-15 07:44:39.968  1059  1890 I HispSensorController: acquireCameraById: set otp buffer[6400000] size[32803]
07-15 07:44:39.968  1059  1890 I HispSensorController: updateSensorPhyInfo: get phyinfo (0): is_master_sensor (1), phy_id (0), phy_mode (1), phy_freq_mode (1), phy_freq (80000000), phy_work_mode (0)
07-15 07:44:39.968  1059  1890 I HISPPQSetting: initPQSetting: camId=0, sensorName=IMX600YIMX350T_SUNNY
07-15 07:44:39.968  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=3, sensorName=IMX520_SUNNY
07-15 07:44:39.968  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=0, sensorName=IMX600YIMX350T_SUNNY
07-15 07:44:39.968  1059  1890 I HISPPQSetting: getPQCalibInfo[0]: camMode=pq_preview, moduleName=SUNNY, pBuffer=0x761a408000.
07-15 07:44:39.968  1059  1890 I CameraPq: getPqSetting:pq_preview
07-15 07:44:39.968  1059  1890 I CameraPq: getPqSettingInModule:35 pq_preview
07-15 07:44:39.969  1059  1890 I HispSensorController: sensor = [IMX600YIMX350T_SUNNY], camId = [0], csi = [0], i2c = [0], product = [VOGUE]. input_calib_buffer = [6410000]
07-15 07:44:39.969  1059  1890 I HispSensorController: #Camera# [2998954171]> Acquire_Camera
07-15 07:44:39.984  1059  1890 I HispSensorController: #Camera# [2998954171]< Acquire_Camera
07-15 07:44:39.984  1059  1890 I ImagingSystem: getTofSensorId(5766): tof sensorid:3!
07-15 07:44:39.984  1059  1890 I HispSensorController: acquireSubCamera: set otp buffer[0] size[0]
07-15 07:44:39.984  1059  1890 I ImagingSystem: sensor info is ready!
07-15 07:44:39.984  1059  1890 I HispSensorController: acquireSubCamera: getSensorInfo return 0
07-15 07:44:39.984  1059  1890 I HispSensorController: updateSensorPhyInfo: get phyinfo (1): is_master_sensor (0), phy_id (2), phy_mode (0), phy_freq_mode (0), phy_freq (80000000), phy_work_mode (0)
07-15 07:44:39.984  1059  1890 I HISPPQSetting: initPQSetting: camId=2, sensorName=IMX350T_SUNNY
07-15 07:44:39.984  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=3, sensorName=IMX520_SUNNY
07-15 07:44:39.984  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=0, sensorName=IMX600YIMX350T_SUNNY
07-15 07:44:39.984  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=2, sensorName=IMX350T_SUNNY
07-15 07:44:39.985  1059  1890 I HISPPQSetting: getPQCalibInfo[2]: camMode=pq_preview, moduleName=SUNNY, pBuffer=0x761a900000.
07-15 07:44:39.985  1059  1890 I CameraPq: getPqSetting:pq_preview
07-15 07:44:39.985  1059  1890 I CameraPq: getPqSettingInModule:35 pq_preview
07-15 07:44:39.986  1059  1890 I HispSensorController: acquireSubCamera: sensor = [IMX600YIMX350T_SUNNY], camId = [2], csi = [2], i2c = [2], product = [VOGUE]. input_calib_buffer = [6908000]
07-15 07:44:39.986  1059  1890 I HispSensorController: #Camera# [2998956359]> Acquire_SubCamera
07-15 07:44:39.995  1059  1890 I HispSensorController: #Camera# [2998956359]< Acquire_SubCamera
07-15 07:44:39.995  1059  1890 I HispSensorController: acquireCameraById: sensor id 2
07-15 07:44:39.995  1059  1890 I HispSensorController: allocOTPBuffer, alloc OTP buffer
07-15 07:44:39.995  1059  1890 I HispSensorController: getOTPBufferAddr,OTP buffer addr :0x6400000
07-15 07:44:39.995  1059  1890 I HispSensorController: getOTPBufferVaddr,OTP buffer vaddr :0x0x761a3f8000
07-15 07:44:39.995  1059  1890 I ImagingSystem: sensor info cnt is 0, and do not apply memory!
07-15 07:44:39.995  1059  1890 I HispSensorController: acquireCameraById: set otp buffer[6400000] size[32803]
07-15 07:44:39.995  1059  1890 I HispSensorController: updateSensorPhyInfo: get phyinfo (0): is_master_sensor (1), phy_id (3), phy_mode (0), phy_freq_mode (0), phy_freq (80000000), phy_work_mode (0)
07-15 07:44:39.995  1059  1890 I HISPPQSetting: initPQSetting: camId=3, sensorName=IMX520_SUNNY
07-15 07:44:39.995  1059  1890 I HISPPQSetting: initPQSetting: pq setting camId=3, sensorName=IMX520_SUNNY
07-15 07:44:39.995  1059  1890 I HISPPQSetting: getPQCalibInfo[3]: camMode=pq_preview, moduleName=SUNNY, pBuffer=0x761adf8000.
07-15 07:44:39.995  1059  1890 I CameraPq: getPqSetting:pq_preview
07-15 07:44:39.996  1059  1890 I CameraPq: getPqSettingInModule:35 pq_preview
07-15 07:44:39.997  1059  1890 I HispSensorController: sensor = [IMX520_SUNNY], camId = [3], csi = [1], i2c = [2], product = [VOGUE]. input_calib_buffer = [6e00000]
07-15 07:44:39.997  1059  1890 I HispSensorController: #Camera# [2998958228]> Acquire_Camera
07-15 07:44:40.006  1113  1259 W bt_btm  : btm_inq_db_new bda: 38:5c:**:**:**:6d state: -1
07-15 07:44:40.019  1059  1890 I HispSensorController: #Camera# [2998958228]< Acquire_Camera
07-15 07:44:40.019  1059  1890 I HispSensorController: isTofCameraSupport(280): tofSupport 1!
07-15 07:44:40.019  1059  1890 I HispSensorController: isTofCameraSupport(280): tofSupport 1!
07-15 07:44:40.019  1059  1890 I HispSensorController: acquireCameraById: sensor id 3
07-15 07:44:40.019  1059  1890 I HispSensorController: allocOTPBuffer, alloc OTP buffer
07-15 07:44:40.019  1059  1890 I HispSensorController: getOTPBufferAddr,OTP buffer addr :0x6400000
07-15 07:44:40.019  1059  1890 I HispSensorController: getOTPBufferVaddr,OTP buffer vaddr :0x0x761a3f8000
07-15 07:44:40.019  1059  1890 I ImagingSystem: sensor info cnt is 0, and do not apply memory!
07-15 07:44:40.019  1059  1890 I HispSensorController: acquireCameraById: set otp buffer[6400000] size[32803]
07-15 07:44:40.019  1059  1890 I HispSensorController: updateSensorPhyInfo: get phyinfo (0): is_master_sensor (1), phy_id (3), phy_mode (0), phy_freq_mode (0), phy_freq (80000000), phy_work_mode (0)
07-15 07:44:40.019  1059  1890 I HispSensorController: updateSensorExtendName: extend_name: ofilm_vertilite_no_coating
07-15 07:44:40.019  1059  1890 D ImagingSystem: getImagingParameters: instance[0x0x76a8ad3000].
07-15 07:44:40.019  1059  1890 E HispSensorController: getCalibBuffer: calibData is null,  size(0).
07-15 07:44:40.019  1059  1890 I HispSensorController: sensor = [IMX316V_SUNNY], camId = [4], csi = [1], i2c = [1], product = [VOGUE]. input_calib_buffer = [0]
07-15 07:44:40.019  1059  1890 I HispSensorController: #Camera# [2998959031]> Acquire_Camera
07-15 07:44:40.022  1059  1890 I HispSensorController: #Camera# [2998959031]< Acquire_Camera
07-15 07:44:40.022  1059  1890 I HispSensorController: readTofEyeSafeInfoFromOemInfo, read 23, 0 data ok, oemsize: 20
07-15 07:44:40.022  1059  1890 I HispSensorController: readTofEyeSafeInfoFromOemInfo(1330):read otp value(0)
07-15 07:44:40.022  1059  1890 I HispSensorController: readTofEyeSafeInfoFromOemInfo, read 24, 80 data ok, oemsize: 20
07-15 07:44:40.022  1059  1890 I HispSensorController: readTofEyeSafeInfoFromOemInfo(1330):read otp value(80)
07-15 07:44:40.022  1059  1890 I HispSensorController: checkCameraStatus: readTofEysSafeInfo, power result 0, latin current 80
07-15 07:44:40.022  1059  1890 I HispSensorController: startTofStream: sensorInfo multi_mode=0, master_id=4;algoInfo multi_mode=0, master_id=4
07-15 07:44:40.022  1059  1890 I HispSensorController: startTofStream: camid=4 usecaseconfig[0], width=720, height=2
07-15 07:44:40.022  1059  1890 I HispSensorController: startTofStream: camid=4 usecaseconfig[10], width=480, height=180
07-15 07:44:40.041  1059  1890 I HispSensorController: startTofStream: get phyinfo : cam_id (4), csi_index(1), i2c_index(1), phy_id (3), phy_mode (0), phy_freq_mode (0), phy_freq (80000000), phy_work_mode (0)
07-15 07:44:40.041  1059  1890 I HispSensorController: startTofStream: stream on
07-15 07:44:40.044  1059  1890 I HispSensorController: startTofStream(1119): exit!
07-15 07:44:40.044  1059  1890 W GRALLOC : GetSizeAndDimensions:92: vendor don't support this format(0x20203859)
07-15 07:44:40.044  1059  1890 E GRALLOC : GetPrepareSizeAndDimensions:1047: not surppot formt(0x20203859) for prepare size
07-15 07:44:40.044  1059  1890 I HispSensorController: checkLatinErr: reqrequest, rawbuf=0x7c0000, size=176128, iovasize=176128, embbuf=0x790000, size=4096, iovasize=4096
07-15 07:44:40.046  1059  1226 I HispManager: requestAck3(0):map(401),status(0),rawValid(0),meta(0),ts(0/0)
07-15 07:44:40.046  1059  1226 E HispFilter: onBufferDequeued: (#3) buf(0x7c0000) wasn't in buffer package !
07-15 07:44:40.046  1059  1226 W HispFilter: dequeueISPBuffer: (#3) dequeue ISP buffer (0x7c0000) failed !
07-15 07:44:40.046  1059  1226 E HispFilter: onBufferDequeued: (#3) buf(0x790000) wasn't in buffer package !
07-15 07:44:40.046  1059  1226 W HispFilter: dequeueISPBuffer: (#3) dequeue ISP buffer (0x790000) failed !
07-15 07:44:40.046  1059  1890 I HispSensorController: getTofLatinErrStatus: get latin error flag 0x4, offset 165
07-15 07:44:40.046  1059  1890 I HispSensorController: checkLatinErr: set ANDROID_HW_TOF_LATIN_ERROR_STATUS_CAPABILITY 0x4
07-15 07:44:40.046  1059  1890 I HispSensorController: stopTofStream: flush
07-15 07:44:40.047  1059  1890 I HispSensorController: stopTofStream: stream off
07-15 07:44:40.053  1059  1890 I VoguePipeline: sensorInitialize(165). open camera success!
07-15 07:44:40.053  1059  1889 I HispManager: setOisSupportedCamList, avalible sensorId:0
07-15 07:44:40.053  1059  1889 I HispManager: setOisSupportedCamList, avalible sensorId:3
07-15 07:44:40.053  1059  1889 I HISPOisController: loadFirmware: enter
07-15 07:44:40.053  1059 30839 I HISP200OisController: doLoadFirmware: ois loadFirmware start
07-15 07:44:40.054  1059  1889 I HISPOisController: loadFirmware: enter
07-15 07:44:40.054  1059  1889 I VoguePipeline: oisInitialize ois load firmware done
07-15 07:44:40.054  1059 30840 I HISP200OisController: doLoadFirmware: ois loadFirmware start
07-15 07:44:40.054  1059  1889 I VoguePipeline: #Camera# [2998892997]< VoguePipeline_powerUp
07-15 07:44:40.054  1059  1889 I ImagingSystem: loadCapabilities: get ANDROID_HW_HOTPLUG_SUPPORTED (2)
07-15 07:44:40.054  1059  1889 E DataTable: metadata(2147483648) capability(2147549184) id(2147484350) set com.huawei.capture.metadata dfFactoryMode failed. (255)
07-15 07:44:40.054  1059  1889 I ImagingSystem: attach isDvfsSupport = 1
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, convert 28f5c280 24444440
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, convert 245a1cc0 dc8b4400
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, convert 0.320000 0.283333
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, convert 0.284000 -0.277000
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, actuator_type 2
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, driveric_type 0x6
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, sizeof ois_otp_t  156
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, actuator_type 0x2
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, driveric_type 0x5
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hsenscoef_x 0x0
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, actuator_type 0x1
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hsenscoef_y 0x0
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, gyro_type 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, gyro_type 0x1000000
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, gyro_offset_x 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, gyro_offset_y 0x0
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, gyro_offset_y 0xff78
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, gyro_gain_x 0.320000
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, gyro_gain_x 0.284000
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, gyro_gain_y 0.283333
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, gyro_gain_y -0.277000
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_offset_x 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_offset_y 0x0
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, sensitivity_x 3dcffe9d
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_bias_x 0x0
07-15 07:44:40.054  1059 30839 I ImagingSystem: get_ois_otp, sensitivity_y 3dcf273e
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_bias_y 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_min_x_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_min_y_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_max_x_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_max_y_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_center_x_value_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_center_y_value_after_hall_adjust 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_ad_offset_x_value 0x0
07-15 07:44:40.054  1059 30840 I ImagingSystem: getOisOtp, hall_ad_offset_y_value 0x0
07-15 07:44:40.054  1059 30840 I HISP200OisController: getOisCalibFromNV
07-15 07:44:40.054  1059  1889 D CameraDvfs: voteIsp: HISP_CONFIG_ISP_TURBO
07-15 07:44:40.054  1059  1889 D CameraDvfs: voteR8: HISP_CONFIG_R8_TURBO
07-15 07:44:40.054  1059  1889 D ImagingSystem: STAGELIFECTRL start to attach every StageBase, pipelineId=22
07-15 07:44:40.054  1059  1889 D AlgoFilterStage: [HWA_CAM3]STAGELIFECTRL enter attach(), pipeline id=8
07-15 07:44:40.054  1059  1889 D AlgoFilterManager: [HWA_CAM3]KEY_CA_CAM3 enter createPlugin, mPipeLineId=8, mIsPlugInCreated=0
07-15 07:44:40.054  1059  1889 D IppAlgo : [HWA_CAM3]ipp=PostIpp KEY_CA_CAM3 PREV enter createPlugin this=0x766a2d1020
07-15 07:44:40.054  1059  1889 D HwaIppPluginImpl: [dc23155_64D] FRMC_ this=0x766a22a800, ipptype=256, enter create()
07-15 07:44:40.054  1059  1889 D DmapSdkDepthIppAlgo: [dc23155_64D] enter newIppalgo()
07-15 07:44:40.054  1059  1889 D DmapSdkDepthIppAlgo: [dc23155_64D] enter DmapSdkDepthIppAlgo()
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/dcamera/config.xml
07-15 07:44:40.054   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.054   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.054  1059  1889 W VideoBokehDspAlgo: [dc23155_64W] setXmlConfigPara: can not get SUPPORT_DEFAULT_HDC_PARAM value, use default!
07-15 07:44:40.054  1059  1889 D VideoBokehDspAlgo: [dc23155_64D] setXmlConfigPara() BOKEHOZ FUSION_TYPE=3, FRAME_NUM:4 SUB_FRAME_NUM:1 MANUAL_AE_COUNT:7 HDR_FRAME_NUM:1
07-15 07:44:40.054  1059  1889 I VideoBokehDspAlgo: [dc23155_64I] setXmlConfigPara() Edof Status=1, Front Support:0, mSupportZoomRatio:3 ,mSmartCaptureBokehOn:0!!
07-15 07:44:40.054  1059  1889 I VideoBokehDspAlgo: [dc23155_64I] setXmlConfigPara previewUsingMoca:0 captureUsingMoca:0 ozCaptureUsingMoca:1 captureSwitchMocaMode:1 superPortraitUsingMoca:1
07-15 07:44:40.054  1059  1889 I VideoBokehDspAlgo: [dc23155_64I] setXmlConfigPara RAW_FRAME_SUPPORT:1
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/dcamera/config.xml
07-15 07:44:40.054  1059  1889 I VideoBokehDspAlgo: [dc23155_64I] setXmlConfigMonoPara() EDOF_MONO_MODE_Cap = 1
07-15 07:44:40.054   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.054   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.054  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/dcamera/config.xml
07-15 07:44:40.054  1059  1889 I VideoBokehDspAlgo: [dc23155_64I] configForceArmPara() mVideoBokehEdofForceArm = 1 mVideoBokehPortraitForceArm = 1
07-15 07:44:40.054  1059  1889 D HwaIppAlgoExeParallel: [dc23155_64D] enter HwaIppAlgoExeParallel(), algo name: VideoBokehDspAlgo
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/casiobeauty/casioBeautyIppConfig.xml
07-15 07:44:40.055  1059  1889 D HwaUtils: [dc23155_64D] casioBeautyIppConfig() check [support front 1, rear 1], [BypassParam front 100, rear 100]
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/casiobeauty/casioBeautyIppConfig.xml
07-15 07:44:40.055   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.055   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.055  1059  1889 D HwaUtils: [dc23155_64D] casioBeautyIppConfig() check [support front 1, rear 1], [BypassParam front 100, rear 100]
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] GetProductExtendName() path=VOGUE
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=nullptr
07-15 07:44:40.055  1059  1889 E HwaUtils: [dc23155_64E] LoadPqStateSplitCfg() getOneCfgFile failed. dirPath=[/odm/etc/camera/], extendDir=[VOGUE], fileName=[pq_state_split_config.xml].
07-15 07:44:40.055   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.055   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] FillPqSplitCfgLoadResult(): switchCfg(0,0,0,0), pqStateSplitCfgInfo(0,0,0,0).
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/portrait/portraitModeConfig.xml
07-15 07:44:40.055  1059  1889 I HwaUtils: [dc23155_64I] getFcveInterfaceVersion() fcveInterfaceVersion =1
07-15 07:44:40.055  1059  1889 D Mono    : [dc23155_64D] enter getSyncType(), result=1
07-15 07:44:40.055  1059 30839 I HISP200OisController: doLoadFirmware() ois cfg use nv data!
07-15 07:44:40.055  1059  1889 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libSuperVideo.so
07-15 07:44:40.055  1059  1889 I ObjectDetectionDraw: [dc23155_64I] enter ObjectDetectionDraw()
07-15 07:44:40.055  1059  1889 I MoviePortraitAlgo: [dc23155_64I] enter MoviePortraitAlgo()
07-15 07:44:40.055  1059  1889 I MovieColorRsv: [dc23155_64I] enter MovieColorRsvAlgo()
07-15 07:44:40.055  1059  1889 I MovieFilterAlgo: [dc23155_64I] enter MovieFilterAlgo()
07-15 07:44:40.055  1059  1889 D HwaIppPluginImpl: [dc23155_64D] FRMC_ this=0x766a22a800, ipptype=256, exit  create()
07-15 07:44:40.055  1059  1889 D IppAlgo : [HWA_CAM3]ipp=TofIpp KEY_CA_CAM3 PREV enter createPlugin this=0x766a2d21f8
07-15 07:44:40.055  1059  1889 D HwaIppPluginImpl: [dc23155_64D] FRMC_ this=0x766a2e5000, ipptype=1, enter create()
07-15 07:44:40.055  1059  1889 D MocaFrameCollector: [dc23155_64D] enter MocaFrameCollector()
07-15 07:44:40.055  1059  1889 D MocaAE  : [dc23155_64D] enter MocaAE()
07-15 07:44:40.055  1059  1889 D MocaStrategy: [dc23155_64D] enter MocaStrategy()
07-15 07:44:40.055  1059  1889 D MocaDepthCalc: [dc23155_64D] enter MocaDepthCalc()
07-15 07:44:40.055  1059  1889 D HwaIppPluginImpl: [dc23155_64D] FRMC_ this=0x766a2e5000, ipptype=1, exit  create()
07-15 07:44:40.055  1059  1889 D IppAlgo : [HWA_CAM3]ipp=StatIpp KEY_CA_CAM3 PREV enter createPlugin this=0x766a2d0f08
07-15 07:44:40.055  1059  1889 D HwaIppPluginImpl: [dc23155_64D] FRMC_ this=0x766a229000, ipptype=0, enter create()
07-15 07:44:40.055  1059  1889 I HwaStatInfo: [dc23155_64I] enter initialize()
07-15 07:44:40.055  1059 30840 I HISP200OisController: doLoadFirmware() ois cfg use nv data!
07-15 07:44:40.055  1059  1226 I HISPOisController: onOisUpdateAck,enter id:0, status:0
07-15 07:44:40.055  1059 30839 I HISPOisController: handleMessage(1604). OisControlle open success!
07-15 07:44:40.056  1059  1889 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libSmartAE.so
07-15 07:44:40.056  1059  1889 D SensorHdrIpp: [dc23155_64D] enter SensorHdrIpp()
07-15 07:44:40.056  1059  1889 I HwaUtils: [dc23155_64I] getConfigPath(), mirrorFrontMode = 0, sensor_name = IMX600YIMX350T_SUNNY
07-15 07:44:40.056  1059  1889 E HwaUtils: [dc23155_64E] getConfigPath Can't Open config pathResult file!use default pathResult: /odm/etc/camera/sensorhdr/device.config
07-15 07:44:40.056  1059  1889 I SensorHdrIpp: [dc23155_64I] getXmlPathBySensor(), failed to get sensorhdr config path, will use the default path: /odm/etc/camera/sensorhdr/config.xml
07-15 07:44:40.056  1059  1889 I SensorHdrIpp: [dc23155_64I] setXmlConfigPara() version = envLuma, dynamicParam = [150 150 120 300], sensorHdrParam = [lv:60 80 1000 1400, iso:0 0 0 0 0], envLumaThreshold = [60 65], contrastThreshold = [800 1400]
07-15 07:44:40.056  1059  1889 I HwaUtils: [dc23155_64I] getConfigPath(), mirrorFrontMode = 0, sensor_name = IMX616_SUNNY
07-15 07:44:40.056  1059  1889 E HwaUtils: [dc23155_64E] getConfigPath Can't Open config pathResult file!use default pathResult: /odm/etc/camera/sensorhdr/device.config
07-15 07:44:40.056  1059  1889 I SensorHdrIpp: [dc23155_64I] getXmlPathBySensor(), failed to get sensorhdr config path, will use the default path: /odm/etc/camera/sensorhdr/config.xml
07-15 07:44:40.056  1059  1889 I SensorHdrIpp: [dc23155_64I] setXmlConfigPara() version = envLuma, dynamicParam = [150 150 120 300], sensorHdrParam = [lv:60 80 1000 1400, iso:0 0 0 0 0], envLumaThreshold = [60 65], contrastThreshold = [800 1400]
07-15 07:44:40.056  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.056  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/dcamera/dmap.xml
07-15 07:44:40.056  1059  1889 I HwaDMapIpp: [dc23155_64I] loadConfig(), normal dmap config info[base(1), format(1), kind(0), size(2)]!
07-15 07:44:40.056  1059  1889 I HwaDMapIpp: [dc23155_64I] loadConfig(), apertur dmap config info[base(0), kind(0), size(2)], mono info[base(0), size(2)], dmapRechargeEnable(1)
07-15 07:44:40.056  1059  1889 I HwaDMapIpp: [dc23155_64I] loadConfig Fail! Config Num=0
07-15 07:44:40.056  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/difffovfusion/config.xml
07-15 07:44:40.057  1059  1889 I Misc____: [dc23155_64I] loadDiffFovFusionConfig(), diffFovFusionEnable 1 zoomRatioThredhold [ 3.000000 5.000000]
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/mmi/config.xml
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] GetProductExtendName() path=VOGUE
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=nullptr
07-15 07:44:40.057  1059  1889 E HwaUtils: [dc23155_64E] LoadPqStateSplitCfg() getOneCfgFile failed. dirPath=[/odm/etc/camera/], extendDir=[VOGUE], fileName=[pq_state_split_config.xml].
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] FillPqSplitCfgLoadResult(): switchCfg(0,0,0,0), pqStateSplitCfgInfo(0,0,0,0).
07-15 07:44:40.057  1059  1889 E HwFaceAttr: [dc23155_64E] GetStateInfo() loadPqStateSplitCfg failed.
07-15 07:44:40.057  1059  1889 I HwFaceAttr: [dc23155_64I] GetStateInfo() after loadPqStateSplitCfg, pqSplitCfg = [0,0,0,0].
07-15 07:44:40.057  1059  1889 D MultiScale: [dc23155_64D] loadMultiScaleConfig(), THRESHOLD[zoomThreshold=2.000000, isoThreshold=800],
07-15 07:44:40.057  1059  1889 D MultiScale: DEBUG_MODE[status=0, rawnfdsPreview=0, rawnfdsCapture=0, yuvnfdsPreview=0, yuvnfdsCapture=0],
07-15 07:44:40.057  1059  1889 D MultiScale:  hwcam[enable=1, preview[rawnfdsInZoom=0, rawnfdsInBright=0, rawnfdsInDark=0, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1],
07-15 07:44:40.057  1059  1889 D MultiScale:  capture[rawnfdsInZoom=1, rawnfdsInBright=1, rawnfdsInDark=1, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1],
07-15 07:44:40.057  1059  1889 D MultiScale:  video[rawnfdsInZoom=0, rawnfdsInBright=0, rawnfdsInDark=0, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1]],
07-15 07:44:40.057  1059  1889 D MultiScale:  thirdparty[enable=1, preview[rawnfdsInZoom=0, rawnfdsInBright=0, rawnfdsInDark=0, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1],
07-15 07:44:40.057  1059  1889 D MultiScale:  capture[rawnfdsInZoom=1, rawnfdsInBright=1, rawnfdsInDark=1, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1]
07-15 07:44:40.057  1059  1889 D MultiScale: , video[rawnfdsInZoom=0, rawnfdsInBright=0, rawnfdsInDark=0, yuvnfdsInZoom=1, yuvnfdsInBright=1, yuvnfdsInDark=1]]
07-15 07:44:40.057  1059  1889 I MRMain  : [dc23155_64I] ModeRecomm version: mode_recom_v3.1.0
07-15 07:44:40.057  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/moderecomm/config.xml
07-15 07:44:40.057  1059  1889 E HwaUtils: [dc23155_64E] str2float(), input or value is NULL
07-15 07:44:40.057  1059  1889 E HwaUtils: [dc23155_64E] str2float(), input or value is NULL
07-15 07:44:40.064  1113  1259 W bt_btm  : btm_inq_db_new bda: ed:ed:**:**:**:e7 state: -1
07-15 07:44:40.067 17458 17515 V HwPostCameraJNI: onHwPostProcStatus() enter, cap: 6553677
07-15 07:44:40.067 17458 17515 V HwPostCameraJNI: onHwPostProcStatus(), call java method for capability.
07-15 07:44:40.067 17458 17515 I HwPostCamera: postCaptureCapabilityFromNative() number: 6553677
07-15 07:44:40.067 17458 17515 I HwPostCamera: sendMessage for capture capability.
07-15 07:44:40.067 17458 17515 V HwPostCameraJNI: onHwPostProcStatus() exit.
07-15 07:44:40.068 17458 17611 I HwPostCamera: available capture number: 6553677
07-15 07:44:40.069  1059  1889 D MocaCalibController: [dc23155_64D] loadThresholds, dist 1, mode 0, standard depth parameters, multiFramePrecision: 0.000000, planPrecision: 0.000000, absoluteDepthErrorRatio: 0.000000, rgb2dRMSE: 0.000000, relativePrecision: 0.000000
07-15 07:44:40.074  1059  1889 I Processor: sendPreviewCamera: preview camera(0)
07-15 07:44:40.074  1059  1889 E HISPMsgController: registerListener: It has registerListener Listener already !
07-15 07:44:40.074  1059  1889 I HispManager: notifyCropregion4HotplugFilter
07-15 07:44:40.074  1059  1889 I Feature : sendAfModeCmd, afMode=4
07-15 07:44:40.074  1059  1889 I ImagingSystem: sendAPAwbCmd: /odm/etc/camera/awbinit/awbinit.config doesn't exist
07-15 07:44:40.075  1059  1889 I EnvImpl : [HWA_CAM3]setCameraSceneMode CameraSceneMode -1
07-15 07:44:40.075  1059  1889 I IppAlgoFilter: [HWA_CAM3]first request, set targetPreviewCamera = 0
07-15 07:44:40.079  1059 12348 I CHISPAlgoPlugin: parseDataFormat: algoID=1
07-15 07:44:40.079  1059 12348 I CHISPAlgoPlugin: parseDataFormat: algoName=PDALGO
07-15 07:44:40.082  1059 30862 I afstatAlgo: Version 1.1.2, afstat_cal_init
07-15 07:44:40.082  1059 30862 I CPreProcAFStat: doInitAlgo: lib init success
07-15 07:44:40.082  1059  1889 I ImagingSystem: #Camera# [2998994998]< doAllocate_alloc_Count(6)_WxH(1440x1080)
07-15 07:44:40.083  1059 12348 I CIMX520PD: CIMX520PreProcPD: init
07-15 07:44:40.093  1059  1889 E libc    : Access denied finding property "runtime.mmitest.camera.moca"
07-15 07:44:40.095  1059  1889 I         : enter df_load_cal_para_for_selection()
07-15 07:44:40.095  1059  1889 I         : df_load_cal_para_for_selection: -5000 6000 20 40 90 120 0 0
07-15 07:44:40.095   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.095   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.096  1059  1889 D FLashInfoProcess: getCaliDataFromNV,currentIndex(135):r_gain = 2.503668,b_gain=2.694737,
07-15 07:44:40.097  1059  1889 I HISP200Feature: set SUBCMD_ENABLE_TNR(1)
07-15 07:44:40.097   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.097   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.097   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.098  1059  1889 I HISP200Feature: setPDAFResult back PDAF result distance=170 vcmCode=[519 369 589] pdCode=[519 529 518] pd:[0.000000 -9.500000 4.250000]
07-15 07:44:40.098  1059  1889 I HISP200Feature: setPDAFResult front PDAF result distance=0 vcmCode=[0 0 0] pdCode=[0 0 0] pd:[0.000000 0.000000 0.000000]
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.098   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.099  1059  1889 I HISP200Feature: sendAFOtpStartCmd: set af otp start mode to 1
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.099  1059  1889 I HISP200Feature: setAFPdOffsetResult, pd offset calib result isSuccess=1 calibNum=9  pd offset[0.500000 -0.625000 -0.666667 -0.958333 0.000000 -0.291667 -0.958333 -0.500000 -0.083333]
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.099  1059  1889 I HISP200Feature: setAFPdOffsetResult, pd offset calib result isSuccess=1 calibNum=9  pd offset[-0.250000 -0.562500 0.000000 -0.187500 -0.250000 -0.125000 0.104167 -0.187500 -0.208333]
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.hardware : kirin980
07-15 07:44:40.099   516   516 I         : CheckPropValue: ro.runmode : normal
07-15 07:44:40.103  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 463   appling pre-filter parameters to pipeline success
07-15 07:44:40.104  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 463   appling pre-filter parameters to pipeline success
07-15 07:44:40.106  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 494   appling post-filter parameters to pipeline success
07-15 07:44:40.107  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 524   read 20.000000MZH CDMA(0) cyclic error lut from file (/data/vendor/camera/MocaDepth_SensorID_230603661198Q298M1K000UY000000_20.000000MHZ_CDMA_0_SensorCrop_1_cyclic_error_lut_65536.bin) success
07-15 07:44:40.109  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 543   read  radial to planar conversion matrix from file (/data/vendor/camera/MocaDepth_SensorID_230603661198Q298M1K000UY000000_20.000000MHZ_100.000000MHZ__CDMA_0_SensorCrop_1_144_96_3_convension_matrix_float.bin) success
07-15 07:44:40.110  1059 30852 I MOCA_DEPTH: [I] dual_frequency_processor.cpp: configure : 569   read sin and cos lookups from file (/data/vendor/camera/MocaDepth_sin_lookup_float_32768.bin, /data/vendor/camera/MocaDepth_cos_lookup_float_32768.bin) success
07-15 07:44:40.110  1059 30852 V         : [dc23155_64V] alloc size 3145728
07-15 07:44:40.112  1059 30852 V         : [dc23155_64V] alloc w:3145728, h:1 cost time : 1ms
07-15 07:44:40.112  1059 30852 D         : [dc23155_64D] HwCamMem GrapChunk sys alloc  apva 0x75d757e000 iova 0xcf00000 size 3145728
07-15 07:44:40.115  1113  1259 W bt_btm  : btm_inq_db_new bda: 28:6a:**:**:**:b4 state: -1
07-15 07:44:40.123  1059 30834 D ImagingSystem: lazyStart(4142): instance[0x766a31e400].
07-15 07:44:40.127  1059  1226 I HispManager: onUsecaseConfigAck: id(0) usecase config ack. w(3648) h(2736)
07-15 07:44:40.127  1059  1889 I Processor: #Camera# [2999035872]< UsecaseConfig_0
07-15 07:44:40.127  1059  1889 I HISP200Feature: getExtension : get seamless extension enter flag = 0 seq_num = 0, capturemode=0
07-15 07:44:40.127  1059  1889 I HISP200Feature: getExtension: failed to open 8, freq_gear=0
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [0]config(1, 720, 2, 0, 11, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [1]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [2]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [3]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [4]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [5]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [6]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [7]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [8]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [9]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [10]config(1, 480, 180, 0, 1, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [11]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [12]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: usecaseConfig: cam_id = 4, externsion =0, [13]config(0, 0, 0, 0, 0, 0)
07-15 07:44:40.127  1059  1889 I Processor: #Camera# [2999052030]> UsecaseConfig_4
07-15 07:44:40.127  1059  1226 I HispManager: onUsecaseConfigAck: id(4) usecase config ack. w(480) h(180)
07-15 07:44:40.127  1059  1226 I HispManager: calculateCropRegionEx 2841 crop_region:[0 0 7296 5472],0 0
07-15 07:44:40.127  1059  1226 I HispManager: saveValidCropregion [0] save lastvaid [0,0,3648,2736]
07-15 07:44:40.127  1044  2042 E dubaid  : [CameraAccounter.cpp] HandleCameraData# Invalid power value, type=4, size=4
07-15 07:44:40.127  1059  1226 I HispManager: sendCropRegionCmd: camera id 0, count:1, crop region[0 0 3648 2736]
07-15 07:44:40.128  1059 30873 I Processor: reqBatchRequest_3: frame num: 8 count:8 buf:0x7338000, size:258048
07-15 07:44:40.157  1547  2758 I WificondControl: Noise: -85, Snr: 127, Chload: 114, rssi: -44, txBitrate: 117, rxBitrate: 1170, frequency: 5180, UlDelay: -1, currentTxBytes: 28820088, currentTxPackets: 92859, currentTxFailed: 31, currentRxBytes: 1225403240, currentRxPackets: 131249
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: ProcessReqInfo ul_msgid=5
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: processReqInfo MSG_WIFI_SIGNAL_INFO_IND
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: ProcessSignalInfoInd curStateIsIdle 0
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: ProcessSignalInfoInd wifiInterruptFlg 1 enScreenState 1 curStateIsIdle 0
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: UpdateEvaluatePolicy phoneId 0 is not qoe started!
07-15 07:44:40.158  3006  4316 I VoWifiQoe_N: UpdateEvaluatePolicy EVALUATE_POLICY_RSSI
07-15 07:44:40.204  1059  1889 I AwbSensorImpl: enableSensor: SuperFastShot awb sensor already enabled
07-15 07:44:40.204  1059  1889 I HISPMonitor: streaming
07-15 07:44:40.204  1059  1889 I HispCropMgr: queryCapability: ANDROID_HW_CROPMANAGER_USE_AF_DISTANCE 1
07-15 07:44:40.204  1059  1889 I ReprocessManager: startStreaming: enter.
07-15 07:44:40.204  1059  1889 I ReprocessManager: startStreaming: seamlessQRSupport(1, 0, 0).
07-15 07:44:40.204  1059  1889 D CameraDvfs: voteIsp: HISP_CONFIG_ISP_TURBO
07-15 07:44:40.204  1059  1889 D CameraDvfs: voteR8: HISP_CONFIG_R8_TURBO
07-15 07:44:40.204  1059  1889 I ImagingSystem: #Camera# [2998979349]< 1_startStreaming
07-15 07:44:40.204  1059  1889 D IppAlgoFilter: [HWA_CAM3]enter onThermalCommand(), this=0x766a2f5800, strCmd=0
07-15 07:44:40.204  1059  1889 D IppAlgoFilter: [HWA_CAM3]enter onThermalCommand(), this=0x766a2e9800, strCmd=0
07-15 07:44:40.204  1059  1889 D IppAlgoFilter: [HWA_CAM3]enter onThermalCommand(), this=0x766a357800, strCmd=0
07-15 07:44:40.209  1113  1259 W bt_btm  : btm_inq_db_new bda: ed:ed:**:**:**:28 state: -1
07-15 07:44:40.235  1059 30861 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=1, MocaFrameCollector +
07-15 07:44:40.235  1059 30861 D MocaFrameCollector: [dc23155_64D] enter onStart
07-15 07:44:40.235  1059 30861 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=2, MocaAE +
07-15 07:44:40.235  1059 30861 D MocaAE  : [dc23155_64D] enter onCreate
07-15 07:44:40.235  1059 30861 D MocaAE  : [dc23155_64D] enter onStart
07-15 07:44:40.235  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 488   version data: December 17th 2018
07-15 07:44:40.235  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 489   start initAE
07-15 07:44:40.235  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 490   current mode is 7
07-15 07:44:40.236  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 524   parse mode 7 config params success
07-15 07:44:40.237  1059 30861 I MOCA_DEPTH: [I] MocaAEParamsParser.cpp: parser : 171   parse mode 7 AE params success
07-15 07:44:40.237  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 557   parse mode 7 AE params success
07-15 07:44:40.237  1059 30861 I MOCA_DEPTH: [I] auto_exposure_parameters.h: check_algo_id_02 : 195   AE algorithm parameter check success
07-15 07:44:40.237  1059 30861 I MOCA_DEPTH: [I] hds_itof.cpp: initAE : 585   auto-exposure init success
07-15 07:44:40.237  1059 30861 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=3, MocaStrategy +
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:0 AE:1 binning:0 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:1 AE:1 binning:0 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:2 AE:0 binning:0 indoor:1 outdoor:0 cdma: 0 hdr:1 microPerDepth:3 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:3 AE:1 binning:0 indoor:0 outdoor:1 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:4 AE:0 binning:0 indoor:0 outdoor:1 cdma: 0 hdr:1 microPerDepth:3 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:5 AE:1 binning:0 indoor:1 outdoor:0 cdma: 1 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:6 AE:1 binning:0 indoor:1 outdoor:0 cdma: 1 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:7 AE:1 binning:1 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:8 AE:1 binning:1 indoor:0 outdoor:1 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:9 AE:1 binning:1 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:1 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:10 AE:1 binning:1 indoor:0 outdoor:1 cdma: 0 hdr:0 microPerDepth:1 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:11 AE:0 binning:0 indoor:0 outdoor:0 cdma: 1 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:12 AE:0 binning:0 indoor:0 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:13 AE:0 binning:0 indoor:0 outdoor:0 cdma: 1 hdr:0 microPerDepth:3 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:14 AE:0 binning:0 indoor:0 outdoor:0 cdma: 0 hdr:0 microPerDepth:3 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:15 AE:0 binning:0 indoor:0 outdoor:0 cdma: 0 hdr:0 microPerDepth:1 frameRate: 0
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:21 AE:1 binning:0 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:22 AE:0 binning:0 indoor:0 outdoor:0 cdma: 0 hdr:0 microPerDepth:1 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:23 AE:1 binning:0 indoor:1 outdoor:0 cdma: 1 hdr:0 microPerDepth:1 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:26 AE:1 binning:0 indoor:1 outdoor:0 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:27 AE:1 binning:0 indoor:0 outdoor:1 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print modes:28 AE:1 binning:0 indoor:0 outdoor:1 cdma: 0 hdr:0 microPerDepth:2 frameRate: 30
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print in out door pairs:
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print pair: 1 3
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print pair: 26 27
07-15 07:44:40.237  1059 30861 D MocaModeConfig: [dc23155_64D] print choose modes: previewMode: 7 apertureMode: 7 bodyShapingMode: 7 captureMode: 1 sceneLowPowerMode: 7 sceneNearMode: 5 sceneNearMiddleMode: 6 sceneMiddleFarMode; 0 defaultBinningMode: 7 defaultNormalMode: 6latinOffMode: 22 fpnMode: 15 mTofRepairMode: 2
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), LatinTempCtrl: enable=1
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), LatinOnOffCtrl: enable=1 offTemp=73 onTemp=50
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), HwCamfpsCtrl1: enable=0 temp=55 maxFps=22
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), HwCamfpsCtrl2: enable=0 temp=60 maxFps=20
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), ThirdpartyApkfpsCtrl1: enable=0 temp=55 maxFps=24
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), ThirdpartyApkfpsCtrl2: enable=0 temp=60 maxFps=15
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), InOutDoorSwitch: enable=1 ambientLightOutdoorThres=2000 ambientLightIndorrThres=1000 switchFrameCount=10
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), SkinSafeProtection: enable=1 minThreshold1=0.500000 maxThreshold1=1.200000 minThreshold2=0.500000 maxThreshold2=1.200000 k1=-0.009586 k2=3.205304 retryWaitTime=1000 defaultTemp=35.000000 defaultApc2CheckData=450 defaultPdBg=94
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), DmdReport: enable=1 temperatureThres=70.000000 pdCurrentThres=0.700000
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] loadMocaStrategyConfig(), RepairMode: enable=1 minThreshold1=0.500000 maxThreshold1=1.200000 minThreshold2=0.500000 maxThreshold2=1.200000 k1=-0.009586 k2=3.205304 firstCheckWaitTime=1000 checkIntervalTime=200 checkNum=5 successNum=1 fixAFDistance=50 fixAFWaitFrmCnt=10
07-15 07:44:40.237  1059 30861 D MocaStrategy: [dc23155_64D] getLatinErrorStatus(), latinErrorStatus=0x4, mIsLatinError=0
07-15 07:44:40.237  1059 30861 I DeviceBaseImpl: [HWA_CAM3] getSensorModuleSpec() getSensorModuleSpec cameraID: 2
07-15 07:44:40.237  1059 30861 D DeviceBaseImpl: [HWA_CAM3]readTofEyeSafeInOeminfo, read 25, oemsize: 20
07-15 07:44:40.237  1059 30861 D DeviceBaseImpl: [HWA_CAM3]readTofEyeSafeInOeminfo, skin safe calib data: 23.04, 77, 452, ret: 0
07-15 07:44:40.237  1059 30861 I MocaStrategy: [dc23155_64I] getSkinSafeParams(), otp tof_calib_skin_safe_t, ret=0, temperature=23.041319, apc2_check_data=452, pd_bg=77
07-15 07:44:40.237  1059 30861 I MocaStrategy: [dc23155_64I] getSkinSafeParams(), mCalibedApc2CheckData=452, mCalibedPdBg=77, mCalibedLatinTemp=23.041319
07-15 07:44:40.237  1059 30861 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=4, MocaDepthCalc +
07-15 07:44:40.237  1059 30861 I MocaDepthMap: [dc23155_64I] enqueuePhaseFrame collect done: workMode:7 temperature:37.241199 expotime:19 timestamp:1721022280222604000 timestampEt:-1719728719865614, apc2CheckData:472
07-15 07:44:40.238  1059 30861 D MocaAE  : [dc23155_64D] onProcessFrame processAE 9 , cost 1 ms
07-15 07:44:40.238  1059 30861 D MocaAE  : [dc23155_64D] enter configureAE
07-15 07:44:40.238  1059 30861 D MocaAE  : [dc23155_64D] configureAE configureAE: mode(7) expoTime(1080)
07-15 07:44:40.239  1059 30861 D MocaStrategy: [dc23155_64D] onProcessFrame(), mWorkMode=7, mCurWorkMode=7, mLatinTemp=37.241199
07-15 07:44:40.239  1059 30861 D IppFrameAllocatorImpl: [HWA_CAM3]this=0x766a2d22a8, ipptype=1, exit getIppFrame() for allocator is null
07-15 07:44:40.239  1059 30861 E MocaStrategy: [dc23155_64E] getOutDepthFrameSize, depthFrame got failed
07-15 07:44:40.239  1059 30861 D MocaStrategy: [dc23155_64D] inOutDoorModeSwitch final light: 1152.000000
07-15 07:44:40.239  1059 30861 D MocaStrategy: [dc23155_64D] moca on/off status for video escape is 0 capture escape 0
07-15 07:44:40.239  1059 30852 I MOCA_DEPTH: [I] hds_itof.cpp: processAlgo : 347   isAlgoOnDsp is 1, raw_iova[0] is 7929856
07-15 07:44:40.245  1059 30852 D MocaDepthCalcCore: [dc23155_64D] processDepth processDepth, cost 6 ms
07-15 07:44:40.261  1059 30862 I afstatAlgo: do_afstat_num:0,flow =0, aftype:0, focus_stage = 0,focus_scene:0 fv[code:0 normalFV:0, peakHoldFV:0],frame_rect[0, 0], focus_rect[0 0 0 0]
07-15 07:44:40.277  1059  1889 D EnvImpl : [HWA_CAM3]getPackageName :  com.mrousavy.camera.example
07-15 07:44:40.277  1059  1889 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.277  1059  1889 I HwaUtils: [dc23155_64I] getOneCfgFile() path=nullptr
07-15 07:44:40.277  1059  1889 I HwaDMapIpp: [dc23155_64I] checkNeedSwapCalibrationData() ConfigFile NULL
07-15 07:44:40.277  1059  1889 D Misc____: [dc23155_64D] enter loadRequest
07-15 07:44:40.277  1059  1889 D EnvImpl : [HWA_CAM3]getPackageName :  com.mrousavy.camera.example
07-15 07:44:40.277  1059  1889 D IppAlgoFilter: [HWA_CAM3]loadPreviewRequest() REQUEST_DMAP_SWAP, status:0
07-15 07:44:40.277  1059  1889 D EnvImpl : [HWA_CAM3]getPackageName :  com.mrousavy.camera.example
07-15 07:44:40.277  1059  1889 I chatty  : uid=1013(media) pl#3 identical 1 line
07-15 07:44:40.277  1059  1889 D EnvImpl : [HWA_CAM3]getPackageName :  com.mrousavy.camera.example
07-15 07:44:40.277  1059 30876 I IppAlgoPortIn: [HWA_CAM3]this=0x766a2e9888, ipptype=0, enter receive(), pBuf=0x75abdf2a90
07-15 07:44:40.277  1059 30876 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=5, SmartAE +
07-15 07:44:40.277  1059 30876 D IppAlgoSmartAE: [dc23155_64D] enter onCreate() mSmartAESoLoadState:2
07-15 07:44:40.277  1059 30876 D IppAlgoSmartAE: [dc23155_64D] enter getDefAETargetFromDriver()
07-15 07:44:40.277  1059 30876 D IppAlgoSmartAE: [dc23155_64D] enter initSmartAE()
07-15 07:44:40.277  1059 30876 I IppAlgoSmartAE: [dc23155_64I] mApertureMode = 0   line = 926
07-15 07:44:40.277  1059 30876 D SmartAEDLibLoader: [dc23155_64D] enter LINK_smartAE_init()
07-15 07:44:40.277  1059 30876 I HwaUtils: [dc23155_64I] getConfigPath(), mirrorFrontMode = 0, sensor_name = VOGUE_IMX600YIMX350T_SUNNY
07-15 07:44:40.277  1059 30876 D SmartAEDLibLoader: [dc23155_64D] success to get smartAE ConfigPath, will use the para path : /odm/etc/camera/smartae/imx600y/SmartAE.xml
07-15 07:44:40.278  1059 30876 I SmartAE : [SmartAE_version:V1.7.0036.1]  [compile time:Aug  5 2019,18:21:00]
07-15 07:44:40.278  1059 30874 I IppAlgoPortIn: [HWA_CAM3]this=0x766a2f5888, ipptype=256, enter receive(), pBuf=0x763d23f6d0
07-15 07:44:40.278  1059 30874 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=6, ObjectDetectionDraw +
07-15 07:44:40.278  1059 30874 I ObjectDetectionDraw: [dc23155_64I] enter onStart()
07-15 07:44:40.278  1059 30843 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=7, FNFaceDetect +
07-15 07:44:40.278  1059 30843 D FNFaceDetect: [dc23155_64D] enter onCreate()
07-15 07:44:40.278  1547  2758 D HwCameraServiceProxy: It is not the fold camera device.
07-15 07:44:40.278  1059 30874 I IppAlgoPortOut: [HWA_CAM3]this=0x766a2f5af0, ipptype=256, enter deliver(), pBuf=0x763d23f6d0
07-15 07:44:40.278  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForMediaAssistant cameraId 0, newCameraState 1, facing 0
07-15 07:44:40.278  1059 30843 I FNFaceDetect: [dc23155_64I] use ai face:1, mAiFaceVersion:1
07-15 07:44:40.278  1059 30843 D FNFaceDetectAlgoProxy: [dc23155_64D] enter FNFaceDetectAlgoProxy
07-15 07:44:40.278  1059 30843 D FNFaceDetectAlgoProxy: [dc23155_64D] enter initFNAlgo
07-15 07:44:40.278  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter getInstance()
07-15 07:44:40.278  1059 30843 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libFNFD.so
07-15 07:44:40.278  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter FNFDLibLoader()
07-15 07:44:40.278  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter setFunsToDefault()
07-15 07:44:40.278  1059 30843 I DLibLoader: [dc23155_64I] enter loadSo(), soName=NULL, mSoName=libFNFD.so
07-15 07:44:40.278  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter setFunsToDefault()
07-15 07:44:40.279  1059  1695 I PerfTrace: launch:total<507>attach[292]:(0,292) start_stream[141]:(292,433) lazy_start[0]:(351,351) isp_alloc_pool[4]:(57,61) isp_map_buf[21]:(175,196) 1st_prev_enq[0]:(26,26) 1st_prev_deq[0]:(507,507) extinfo:camid[0] usertype[6] ext[(appname:com.mrousavy.camera.example)]
07-15 07:44:40.279  1041 25237 I Camera3-Stream: returnBuffer: begin(0)
07-15 07:44:40.279  2517  4279 I HwMediaAssistantService: notifyCameraStateChange
07-15 07:44:40.279  2517  4279 I HwMediaAssistantService: sendCameraChangeBroadcast to com.huawei.harmonyos.foundation cameraId(0), facing(0), newCameraState(1), clientName(com.mrousavy.camera.example)
07-15 07:44:40.279  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter loadFuns()
07-15 07:44:40.279  1059 30843 I DLibLoader: [dc23155_64I] enter loadFun(), funName=FnfdLibGet
07-15 07:44:40.279  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] exit loadFuns(). successful
07-15 07:44:40.279  1059 30843 I DLibLoader: [dc23155_64I] CAMERA3_exit loadSo(). successful.
07-15 07:44:40.279  1059 30843 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libFNFFD.so
07-15 07:44:40.279  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter FNFFDLibLoader()
07-15 07:44:40.279  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter setFunsToDefault()
07-15 07:44:40.279  1059 30843 I DLibLoader: [dc23155_64I] enter loadSo(), soName=NULL, mSoName=libFNFFD.so
07-15 07:44:40.279  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter setFunsToDefault()
07-15 07:44:40.279  2517  4279 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1183 android.content.ContextWrapper.sendBroadcast:453 com.huawei.systemserver.mediaassist.HwMediaAssistantService.sendCameraChangeBroadcast:518 com.huawei.systemserver.mediaassist.HwMediaAssistantService.notifyCameraStateChange:246 com.huawei.systemserver.mediaassist.IMediaAssist$Stub.onTransact:67
07-15 07:44:40.279 25976 26325 D StreamStateObserver: Update Preview stream state to STREAMING
07-15 07:44:40.280 25976 25976 I CameraView: PreviewView Stream State changed to STREAMING
07-15 07:44:40.280 25976 25976 I CameraView: invokeOnPreviewStarted()
07-15 07:44:40.280  2517  4279 I HwMediaAssistantService: newCameraState: 1 mIsVideocallUsed: false
07-15 07:44:40.280  2517  4279 I HwMediaAssistantService: Not in SUPPORT_VIDEOCALL_LIST
07-15 07:44:40.282  1041 25237 I Camera3-Stream: returnBuffer: end(0)
07-15 07:44:40.282  1041 25237 I Camera3-Stream: returnBuffer: begin(0)
07-15 07:44:40.282  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter loadFuns()
07-15 07:44:40.282  1059 30843 I DLibLoader: [dc23155_64I] enter loadFun(), funName=FnFfdLibGet
07-15 07:44:40.282  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] exit loadFuns(). successful
07-15 07:44:40.282  1059 30843 I DLibLoader: [dc23155_64I] CAMERA3_exit loadSo(). successful.
07-15 07:44:40.282  1059 30843 V FNFaceDetectLibLoader: [dc23155_64V] enter getInstance()
07-15 07:44:40.282  1059 30843 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libIPU12DriverUser.so
07-15 07:44:40.282  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] enter FNIPU12LibLoader()
07-15 07:44:40.282  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] enter setFunsToDefault()
07-15 07:44:40.282  1059 30843 I DLibLoader: [dc23155_64I] enter loadSo(), soName=NULL, mSoName=libIPU12DriverUser.so
07-15 07:44:40.282  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] enter setFunsToDefault()
07-15 07:44:40.282  1041 25237 I Camera3-Stream: returnBuffer: end(0)
07-15 07:44:40.282  1059 30861 I MocaDepthMap: [dc23155_64I] enqueuePhaseFrame collect done: workMode:7 temperature:37.241199 expotime:9 timestamp:1721022280263087000 timestampEt:-1719728719865614, apc2CheckData:474
07-15 07:44:40.282  1059 30861 D MocaStrategy: [dc23155_64D] onProcessFrame(), mWorkMode=7, mCurWorkMode=7, mLatinTemp=37.241199
07-15 07:44:40.282  1059 30861 D IppFrameAllocatorImpl: [HWA_CAM3]this=0x766a2d22a8, ipptype=1, exit getIppFrame() for allocator is null
07-15 07:44:40.282  1059 30861 E MocaStrategy: [dc23155_64E] getOutDepthFrameSize, depthFrame got failed
07-15 07:44:40.283  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] enter loadFuns()
07-15 07:44:40.283  1059 30843 I DLibLoader: [dc23155_64I] enter loadFun(), funName=Ipu12DrvGet
07-15 07:44:40.283  1059 30843 I DLibLoader: [dc23155_64I] enter loadFun(), funName=Ipu12DrvGetPriv
07-15 07:44:40.283  1059 30843 I FNFaceDetectLibLoader: [dc23155_64I] exit loadFuns(). successful
07-15 07:44:40.283  1059 30843 I DLibLoader: [dc23155_64I] CAMERA3_exit loadSo(). successful.
07-15 07:44:40.283  1059 30843 I FNFaceDetectAlgoProxy: [dc23155_64I] createLibLoader: fdLibInfo.libVer=1.13.0.1.0, apiVer=0x20002, buildDate=Feb 13 2019 14:04:37, label=Android
07-15 07:44:40.283  1059 30843 I FNFaceDetectAlgoProxy: [dc23155_64I] createLibLoader: ffdLibInfo.libVer=2.9.9.1.0, apiVer=0x20001, buildDate=Sep 10 2018 21:05:49, label=Face Feature Detection D Library Android for Huawei v.2-9-9-1 -- CONFIDENTIAL
07-15 07:44:40.283  1059 30843 W GRALLOC : GetSizeAndDimensions:92: vendor don't support this format(0x30a)
07-15 07:44:40.283  1059 30861 D MocaStrategy: [dc23155_64D] inOutDoorModeSwitch final light: 1152.000000
07-15 07:44:40.283  1059 30861 D MocaStrategy: [dc23155_64D] moca on/off status for video escape is 0 capture escape 0
07-15 07:44:40.283  1059 30852 I MOCA_DEPTH: [I] hds_itof.cpp: processAlgo : 347   isAlgoOnDsp is 1, raw_iova[0] is 206405632
07-15 07:44:40.283  2698  3105 I ScenarioAction: new ScenarioAction sPoolSize: 0
07-15 07:44:40.284  2698  3552 I PGServer: report state:10018 event type:1 pid:0 uid:0 pkg: to pid: 2698
07-15 07:44:40.284  2698  3552 I ApsAppsTypeHandler: APS: APK: ApsAppsTypeHandler.getInstance, sInstance = com.huawei.android.hwaps.o@23f9567
07-15 07:44:40.284  1059 30843 D FNFaceDetect: [dc23155_64D] enter onStart()
07-15 07:44:40.284  2517  4279 I HwMediaAssistantService: isInCall : false
07-15 07:44:40.285  2517  4279 W HwMediaAssistantService: new camera state and mIsVideocallUsed is not valid
07-15 07:44:40.285  2517  4279 I HwMediaAssistantService: send MESSAGE_DOUBLE_CHECK_VOLUME
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate begin cameraId 0, newCameraState 1, facing 0
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForRotate end
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator begin cameraId 0, newCameraState 1, facing 0
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForVibrator end
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: notifyCameraStateChangeForSarService begin cameraId 0, newCameraState 1, clientName com.mrousavy.camera.example
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: Start notify service:com.huawei.camera, com.huawei.camera.controller.hm.HmCameraControllerService
07-15 07:44:40.285  1547  2758 I HwCameraServiceProxy: no need to start service
07-15 07:44:40.285  1041 30829 V Camera3-Device: isCustomizedMode: expo time 0, pro mode 0, exposure mode 0
07-15 07:44:40.285  1041 30829 V Camera3-Device: stream 1 now have 8 buffer caches, buf 0xed886480
07-15 07:44:40.285  1041 30829 V Camera3-Device: stream 0 now have 8 buffer caches, buf 0xed886d80
07-15 07:44:40.289  1059 30852 D MocaDepthCalcCore: [dc23155_64D] processDepth processDepth, cost 6 ms
07-15 07:44:40.291  1059 30876 D IppAlgoSmartAE: [dc23155_64D] enter onStart()
07-15 07:44:40.291  1059 30876 E IppAlgoSmartAE: [dc23155_64E] doSmartAEAlgo() failed to getSceneMode
07-15 07:44:40.291  1059 30845 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=8, Misc +
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] enter onCreate()
07-15 07:44:40.291  1059 30849 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=9, AIQIppAlgo +
07-15 07:44:40.292  1059 30849 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libaiq.so
07-15 07:44:40.292  1059 30849 I DLibLoader: [dc23155_64I] enter loadSo(), soName=NULL, mSoName=libaiq.so
07-15 07:44:40.292  1059 30848 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=10, IspEnhncAlgo +
07-15 07:44:40.292  1059 30848 I DLibLoader: [dc23155_64I] enter DLibLoader(), soName=libispenhnc.so
07-15 07:44:40.292  1059 30848 I DLibLoader: [dc23155_64I] enter loadSo(), soName=NULL, mSoName=libispenhnc.so
07-15 07:44:40.292  1059 30844 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=11, IppAlgoDM +
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] loadPowerMonitorConfig(), mPowerMonitorEnable=1
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadPowerMonitorConfig(), PowerMonitor SKIP_NUM=150 LVL1=[120000,43000,22], LVL2=[240000,45000,20], node=[/sys/class/thermal/thermal_zone12/temp], mPowerMonitorForePortraitFPSLimit=[0], mPowerMonitorForePortraitMaxFps=[30]
07-15 07:44:40.292  1059 30876 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=12, OisMgr +
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadVideoPowerMonitorConfig(), Video Escape enable is 1,  moca:1, tnr:1, hdr:1, ois:1, dynamic 60fps:1
07-15 07:44:40.292  1059 30844 D IppAlgoDM: [dc23155_64D] enter onCreate()
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] Video item thresh, moca:1, ois:1, dynamic_60fps:1, hdr:1, tnr:1
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] loadCapturePowerMonitorConfig(), content /sys/class/thermal/thermal_zone19/temp
07-15 07:44:40.292  1059 30844 D IppAlgoDM: [dc23155_64D] enter loadConfig()
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] enter onCreate()
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] loadCapturePowerMonitorConfig(), config[0] [1 53000 51000]
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] loadCapturePowerMonitorConfig(), config[1] [1 48000 46000]
07-15 07:44:40.292  1059 30876 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/oismgr/oismgr.xml
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadSuperMacroConfig(), mMacroEnable 1 offset[270 0 0 0] smoothnessGainValue 1
07-15 07:44:40.292  1059 30846 D LosMemPoolMonitor: [dc23155_64D] HwCamMem in registerAllocatorRef(), mAllocatorRef[Preview]=13, AssistAF +
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] loadIRTempMonitorConfig(), LoadFile /odm/etc/camera/irtempmonitor/config.xml failed!
07-15 07:44:40.292  1059 30846 I DeviceBaseImpl: [HWA_CAM3]getIsFFCamera, dim:5, pAfModes:0x76d10b5940, pAfModes[0]:0
07-15 07:44:40.292  1059 30846 D AssistAF: [dc23155_64D] enter onStart()
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadMoonEnhanceConfig(), mMoonEnhanceEnable 1 fps 18
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadHistcConfig(), enableCalcHist 1 frameInterval 3 histDownRatio 4
07-15 07:44:40.292  1059 30845 I HwaUtils: [dc23155_64I] getProductExtendName() path=VOGUE
07-15 07:44:40.292  1059 30845 I HwaUtils: [dc23155_64I] getOneCfgFile() path=/odm/etc/camera/dcamera/config.xml
07-15 07:44:40.292  1059 30876 E OisMgr  : [dc23155_64E] loadACameraOisMgrConfig(), config file error! value=SECOND_THRESHOLD
07-15 07:44:40.292  1059 30876 E OisMgr  : [dc23155_64E] loadACameraOisMgrConfig(), config file error! value=SECOND_OIS_MODE
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] loadACameraOisMgrConfig(), threshold[ev1=2500, ev2=36000, deltaLens=2, waitFrmNum=5, beginningSetOISCount=5 bokehZoomRatio=2.100000],
07-15 07:44:40.292  1059 30876 D OisMgr  :  oisMode[ usedScene = V 76 0 zoom=on_318_9_hz, video=servo_off, videoBokeh=servo_off, captureBokeh=servo_off, videoBokeh_zoom=servo_off, captureBokeh_zoom=servo_off,
07-15 07:44:40.292  1059 30876 D OisMgr  :  previewBright=servo_off, previewNormal=on_318_9_hz, previewDark=on_318_9_hz, captureBright=servo_off, captureNormal=on_318_9_hz, captureDark=on_318_9_hz
07-15 07:44:40.292  1059 30876 E OisMgr  : [dc23155_64E] loadACameraOisMgrConfig(), config file error! value=FIRST_THRESHOLD
07-15 07:44:40.292  1059 30876 E OisMgr  : [dc23155_64E] loadACameraOisMgrConfig(), config file error! value=FIRST_OIS_MODE
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] loadApertureSeamlessFpsConfig: mApertureSeamlessEnable = 0, mApertureSeamlessFps = 18
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] loadACameraOisMgrConfig(), threshold[ev1=1024, ev2=28672, deltaLens=2, waitFrmNum=1, beginningSetOISCount=5 bokehZoomRatio=2.100000],
07-15 07:44:40.292  1059 30876 D OisMgr  :  oisMode[ usedScene = V 90 0 zoom=on_318_9_hz, video=servo_off, videoBokeh=on_32_9_hz, captureBokeh=on_318_9_hz, videoBokeh_zoom=on_32_9_hz, captureBokeh_zoom=on_318_9_hz,
07-15 07:44:40.292  1059 30876 D OisMgr  :  previewBright=on_318_9_hz, previewNormal=on_318_9_hz, previewDark=on_318_9_hz, captureBright=on_318_9_hz, captureNormal=on_318_9_hz, captureDark=on_318_9_hz
07-15 07:44:40.292  1059 30845 I DeviceHistarImpl: [HWA_CAM3]getLaserVersion(), set default = 1
07-15 07:44:40.292  1059 30845 E HwaUtils: [dc23155_64E] FirstLevelXmlParser() LoadFile /odm/etc/camera/rawhdr/config.xml Failed
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] enter onStart()
07-15 07:44:40.292  1059 30845 E HwaUtils: [dc23155_64E] getAttributeValue() mFirstLevelElement Is NULL
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] onStart, mWidth=768, mHeight=576, mSize=667648
07-15 07:44:40.292  1059 30845 D Misc____: [dc23155_64D] enter onStart()
07-15 07:44:40.292  1059 30876 D OisMgr  : [dc23155_64D] onStart(), mHwCam2Flag=0
07-15 07:44:40.292  1059 30845 I Misc____: [dc23155_64I] dynamicVideoFpsMode = 0```

@kolodezny
Copy link

I also came across this problem. When starting/waking up and torch='on' it doesn't work. After any screen update, torch starts working as expected.

@Hejifei
Copy link

Hejifei commented Sep 6, 2024

It works fine on Xiaomi, Google, iQOO and other phones, but it is abnormal on Huawei phones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants