6聽android.hardware.Camera._getCameraInfo(Native Method)
7聽android.hardware.Camera.getCameraInfo(Camera.java:240)
8聽com.wonderkiln.camerakit.Camera1.frontCameraOnly(Camera1.java:648)
9聽com.wonderkiln.camerakit.CameraView.
10聽com.wonderkiln.camerakit.CameraView.
11聽java.lang.reflect.Constructor.newInstance0(Native Method)
12聽java.lang.reflect.Constructor.newInstance(Constructor.java:430)
13聽android.view.LayoutInflater.createView(LayoutInflater.java:645)
14聽android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:787)
15聽android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727)
16聽android.view.LayoutInflater.rInflate(LayoutInflater.java:858)
17聽android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)
18聽android.view.LayoutInflater.inflate(LayoutInflater.java:518)
19聽android.view.LayoutInflater.inflate(LayoutInflater.java:426)
20聽android.view.LayoutInflater.inflate(LayoutInflater.java:377)
I also see this showing up in our crash reports. Seems to happen on a variety of devices, with the most common one being Galaxy S7 Edge. (also on the S8, S7, on motorola devices, xiaomi, huawei).
For us, it's happening when we are inflating the view with the property camerakit:ckFacing="front". Would be lovely if this could get addressed in an update soonish.
Any updates?
Most helpful comment
I also see this showing up in our crash reports. Seems to happen on a variety of devices, with the most common one being Galaxy S7 Edge. (also on the S8, S7, on motorola devices, xiaomi, huawei).
For us, it's happening when we are inflating the view with the property
camerakit:ckFacing="front". Would be lovely if this could get addressed in an update soonish.