exponea/exponea-android-sdk

Lock contention issue

Closed this issue · 2 comments

Lock contention

The main thread was blocked trying to acquire a lock that was held by another thread.

Current sdk version: 3.7.0

image Capture d’écran 2023-10-13 à 11 02 30

Thank you @egeorgetNiji for your finding. Truly, 'data processing' should be done asynchrously, not in Main thread. We check that.

Hi @egeorgetNiji , fixed in Android SDK 3.8.0