woohyeok-choi / ABC-Logger

ABC Logger allows to collect a variety of data from smartphone and wearable sensors.
GNU Lesser General Public License v3.0
9 stars 10 forks source link

(BoxStore) use closeThreadResources() to avoid finalizing recycled transactions #88

Open soowon-kang opened 3 years ago

soowon-kang commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

W/Box: Skipping low-level close for read-only cursor (non-creator thread '') W/Box: Destroyed recycled transaction from non-owner thread ''

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

soowon-kang commented 3 years ago

The below link may be a good starting point. https://github.com/objectbox/objectbox-java/issues/196

XilinJia commented 3 years ago

I also noticed this warning recently. on Android 9. I went in to every thread and did closeThreadResources(), so it seems to have got rid of the warning.