Hi Team, I am trying to port Camera on android 9. The sensor probe is succeeded. After the boot, the below error is continuously appearing in the logcat and the camera app gets stuck once open it.
Could anyone please help? --------------logcat--------------- 04-22 10:22:25.942 754 754 W ServiceManagement: Waited one second for [email protected]::ICameraProvider/legacy/0 04-22 10:22:25.945 754 754 I ServiceManagement: getService: Trying again for [email protected]::ICameraProvider/legacy/0... 04-22 10:22:26.134 2613 2613 I ServiceManager: Waiting for service 'media.camera' on '/dev/binder'... 04-22 10:22:26.945 754 754 W ServiceManagement: Waited one second for [email protected]::ICameraProvider/legacy/0 04-22 10:22:26.947 754 754 I ServiceManagement: getService: Trying again for [email protected]::ICameraProvider/legacy/0... 04-22 10:22:27.135 2613 2613 W ServiceManager: Service media.camera didn't start. Returning NULL 04-22 10:22:27.135 2613 2613 W CameraBase: CameraService not published, waiting... 04-22 10:22:27.636 2613 2613 I ServiceManager: Waiting for service 'media.camera' on '/dev/binder'... 04-22 10:22:27.948 754 754 W ServiceManagement: Waited one second for [email protected]::ICameraProvider/legacy/0 04-22 10:22:27.950 754 754 I ServiceManagement: getService: Trying again for [email protected]::ICameraProvider/legacy/0... --------------------------------- Note: The same camera sensor library is working with the Android 7. -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
