tid=1 systid=18230 | waiting to lock <0x0f179d07> (ly.count.android.sdk.Countly) held by thread 140
trigger ANR
ly.count.android.sdk.ModuleRemoteConfig$RemoteConfig.getValue (ModuleRemoteConfig.java:728)
***.RemoteConfigUtils.getConfig (RemoteConfigUtils.kt:135)
It seems that getValue() in Countly’s RemoteConfig is blocking the main thread while waiting for a lock, which eventually causes the ANR.