chenchen
chenchen
**Describe the bug** A clear and concise description in English of what the bug is. **Basic info (please complete the following information):** - ObjectBox version (are you using the latest...
**Describe the bug** In android Application to build boxStore to occurred th problem. ```kotlin private var boxStore: BoxStore? = null fun initBox(context: Context) { boxStore = MyObjectBox.builder() .androidContext(context.applicationContext).build() if (BuildConfig.DEBUG)...
这是跟框架有关的日志 at com.jiangdg.uvc.UVCCamera.nativeRelease(Native method) at com.jiangdg.uvc.UVCCamera.close(UVCCamera.java:261) - locked (a com.jiangdg.uvc.UVCCamera) at com.zcla.usbcamera.UsbCameraManager.closeCamera(UsbCameraManager.kt:112) at com.zcla.gunbulletcabinet.activity.auth.AuthFaceActivity.onPause(AuthFaceActivity.kt:92) 以下是完整日志: [anr_2024-01-24-11-03-34-683.zip](https://github.com/jiangdongguo/AndroidUSBCamera/files/14032194/anr_2024-01-24-11-03-34-683.zip)