YuChiTao

Results 7 comments of YuChiTao

> You are opening BoxStore all at the same time or one at a time? Either way, that's not a typical usage pattern. What are you trying to achieve? I...

Here is stack info: io.objectbox.BoxStore.nativeCreateWithFlatOptions(Native Method) io.objectbox.BoxStore.(BoxStore.java:17) l.b.d.b(BoxStoreBuilder.java:5) There are 4 thread with name of "ObjectBox",here is their names # ObjectBox-86-Thread-1(10430) # ObjectBox-29-Thread-46(10539) # ObjectBox-44-Thread-3(10545) # ObjectBox-49-Thread-4(10549) And they have...

> It would not be surprising if you run into some Android system limits with that many DBs. I would suggest to try alternative solutions. > > > I want...

**Build info** ObjectBox version: [3.8.0] OS: [Android 28/29/30 ] Device/ABI/architecture: [arm64-v8a / armeabi-v7a / armeabi(8 Cores)] Recently, it's crash 101 times in 3 phones as below: HUAWEI EVR-AN00, Android 29...

objectboxVersion = '3.8.0' implementation "io.objectbox:objectbox-kotlin:$objectboxVersion" normalImplementation "io.objectbox:objectbox-android:$objectboxVersion" forTestImplementation "io.objectbox:objectbox-android-objectbrowser:$objectboxVersion" kapt "io.objectbox:objectbox-processor:$objectboxVersion" classpath("io.objectbox:objectbox-gradle-plugin:$objectboxVersion")

Thanks, I will try it in next version of our app.

There are some new crash in ObjectBox version 4.0.3 **Build info** ObjectBox version: [4.0.3] OS: [Android 29] ABI/architecture: [arm64-v8a / armeabi-v7a / armeabi(8 Cores)] Device: HUAWEI EVR-AN00 **Stack traces** ```...