You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are facing an increasing amount of ANRs, for two weeks. nothing really changed in our Implementation, than introducing a new library Growthbook for FeatureFlagging
all the exceptions are coming from mParticle/Braze
here an example of the exception
main (timed waiting):tid=1 systid=29577
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:88)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Builders.kt)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Builders.kt)
at com.braze.Braze.runForResult(SourceFile:5)
at com.braze.Braze.getCurrentUser(SourceFile:1)
at com.mparticle.kits.AppboyKit.logEvent(AppboyKit.kt:130)
at com.mparticle.kits.KitManagerImpl.logMPEvent(KitManagerImpl.java:839)
at com.mparticle.kits.KitManagerImpl.logEvent(KitManagerImpl.java:428)
at com.mparticle.internal.d.e(SourceFile:23)
at com.mparticle.internal.d.d(SourceFile:1)
at com.mparticle.internal.d.a(SourceFile:9)
at com.mparticle.internal.d.a(SourceFile:52)
at com.mparticle.internal.KitsLoadedCallback.setKitsLoaded(SourceFile:4)
at com.mparticle.kits.KitManagerImpl.lambda$updateKits$0(KitManagerImpl.java:158)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8757)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
The text was updated successfully, but these errors were encountered:
we are facing an increasing amount of ANRs, for two weeks. nothing really changed in our Implementation, than introducing a new library Growthbook for FeatureFlagging
all the exceptions are coming from mParticle/Braze
here an example of the exception
The text was updated successfully, but these errors were encountered: