Initializing Google Mobile Ads SDK is causing ANR for some of our users.
We are using com.google.android.gms:play-services-ads:23.3.0
It happens in Android 14 and Android 15. Here's the stacktrace:
```
# Crashlytics - Stack trace
# Platform: android
# Issue: 228fce6eea03e1049b238eeae778f7f8
# Session: 67EAAAE0018700014C86B810E391BC01_DNE_0_v2
# Date: Mon Mar 31 2025 16:47:25 GMT+0200 (Central European Summer Time)
main (blocked):tid=1 systid=19590 | waiting to lock <0x0702777c> (java.lang.Class<com.google.android.gms.ads.nonagon.a>) held by thread 48
at com.google.android.gms.ads.nonagon.a.y(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:3)
at com.google.android.gms.ads.nonagon.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:9)
at com.google.android.gms.ads.nonagon.shim.ab.<init>(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:6)
at com.google.android.gms.ads.ChimeraAdManagerCreatorImpl.newAdManagerByType(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:124)
at com.google.android.gms.ads.internal.client.bi.bW(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:90)
at m.anb.onTransact(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:21)
at android.os.Binder.transact(Binder.java:1219)
at rqn.fC(:com.google.android.gms@251036029@25.10.36 (190400-739992411):8)
at com.google.android.gms.ads.internal.client.ao.newAdManagerByType(:com.google.android.gms@251036029@25.10.36 (190400-739992411):24)
at com.google.android.gms.ads.AdManagerCreatorImpl.newAdManagerByType(:com.google.android.gms@251036029@25.10.36 (190400-739992411):48)
at com.google.android.gms.ads.internal.client.ap.fy(:com.google.android.gms@251036029@25.10.36 (190400-739992411):90)
at rqo.onTransact(:com.google.android.gms@251036029@25.10.36 (190400-739992411):102)
at android.os.Binder.transact(Binder.java:1219)
at com.google.android.gms.internal.ads.zzaxm.zzdb(com.google.android.gms:play-services-ads-base@@23.3.0:2)
at com.google.android.gms.ads.internal.client.zzbv.zze(com.google.android.gms:play-services-ads-lite@@23.3.0:8)
at com.google.android.gms.ads.internal.client.zzk.zza(com.google.android.gms:play-services-ads-lite@@23.3.0:14)
at com.google.android.gms.ads.internal.client.zzam.zzc(com.google.android.gms:play-services-ads-lite@@23.3.0:1)
at com.google.android.gms.ads.internal.client.zzax.zzf(com.google.android.gms:play-services-ads-lite@@23.3.0:1)
at com.google.android.gms.ads.internal.client.zzax.zzd(com.google.android.gms:play-services-ads-lite@@23.3.0:11)
at com.google.android.gms.ads.internal.client.zzaw.zze(com.google.android.gms:play-services-ads-lite@@23.3.0:2)
at com.google.android.gms.internal.ads.zzblr.<init>(com.google.android.gms:play-services-ads-lite@@23.3.0:4)
at com.google.android.gms.ads.interstitial.InterstitialAd.load(com.google.android.gms:play-services-ads-lite@@23.3.0:10)
at com.myorg.adfor_refactoring.interstitial.admob.AdMobInterstitialProvider$loadInterstitialInternal$2.invokeSuspend(AdMobInterstitialProvider.kt:47)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8934)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
ReferenceQueueDaemon (waiting):tid=10 systid=19599
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at java.lang.Object.wait(Object.java:524)
at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:247)
at java.lang.Daemons$Daemon.run(Daemons.java:145)
at java.lang.Thread.run(Thread.java:1012)
FinalizerDaemon (waiting):tid=11 systid=19600
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:210)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:231)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:317)
at java.lang.Daemons$Daemon.run(Daemons.java:145)
at java.lang.Thread.run(Thread.java:1012)
FinalizerWatchdogDaemon (timed waiting):tid=12 systid=19601
at java.lang.Thread.sleep(Native method)
at java.lang.Thread.sleep(Thread.java:450)
at java.lang.Thread.sleep(Thread.java:355)
at java.lang.Daemons$FinalizerWatchdogDaemon.sleepForNanos(Daemons.java:489)
at java.lang.Daemons$FinalizerWatchdogDaemon.waitForProgress(Daemons.java:535)
at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:420)
at java.lang.Daemons$Daemon.run(Daemons.java:145)
at java.lang.Thread.run(Thread.java:1012)
GmsDynamite (waiting):tid=26 systid=19625
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at java.lang.Object.wait(Object.java:524)
at com.google.android.gms.dynamite.zza.run(com.google.android.gms:play-services-basement@@18.3.0:2)
IAA-DW-3 (waiting):tid=40 systid=19646
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at java.lang.Object.wait(Object.java:524)
at io.appmetrica.analytics.impl.cb.run(SourceFile:19)
DefaultDispatcher-worker-4 (waiting):tid=48 systid=19657
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at java.lang.Object.wait(Object.java:524)
at com.android.webview.chromium.M.b(chromium-TrichromeWebViewGoogle.aab-stable-647811031:69)
at com.android.webview.chromium.M.c(chromium-TrichromeWebViewGoogle.aab-stable-647811031:10)
at com.android.webview.chromium.WebViewChromiumFactoryProvider.getStatics(chromium-TrichromeWebViewGoogle.aab-stable-647811031:8)
at android.webkit.WebSettings.getDefaultUserAgent(WebSettings.java:1402)
at com.google.android.gms.ads.internal.util.bx.call(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:34)
at com.google.android.gms.ads.internal.util.bw.a(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:25)
at com.google.android.gms.ads.internal.util.q.aa(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:27)
at com.google.android.gms.ads.internal.util.q.d(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:22)
at com.google.android.gms.ads.internal.state.h.f(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:140)
at com.google.android.gms.ads.nonagon.a.y(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:140)
at com.google.android.gms.ads.nonagon.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:9)
at com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:54)
at com.google.android.gms.ads.internal.client.cf.bW(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:39)
at m.anb.onTransact(:com.google.android.gms.policy_ads_fdr_dynamite@250505305@250505301017.720652128.720652128:21)
at android.os.Binder.transact(Binder.java:1219)
at rqn.fC(:com.google.android.gms@251036029@25.10.36 (190400-739992411):8)
at com.google.android.gms.ads.internal.client.bb.getMobileAdsSettingManager(:com.google.android.gms@251036029@25.10.36 (190400-739992411):12)
at com.google.android.gms.ads.MobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager(:com.google.android.gms@251036029@25.10.36 (190400-739992411):42)
at com.google.android.gms.ads.internal.client.bc.fy(:com.google.android.gms@251036029@25.10.36 (190400-739992411):39)
at rqo.onTransact(:com.google.android.gms@251036029@25.10.36 (190400-739992411):102)
at android.os.Binder.transact(Binder.java:1219)
at com.google.android.gms.internal.ads.zzaxm.zzdb(com.google.android.gms:play-services-ads-base@@23.3.0:2)
at com.google.android.gms.ads.internal.client.zzcp.zze(com.google.android.gms:play-services-ads-lite@@23.3.0:4)
at com.google.android.gms.ads.internal.client.zzeq.zza(com.google.android.gms:play-services-ads-lite@@23.3.0:3)
at com.google.android.gms.ads.internal.client.zzaq.zzc(com.google.android.gms:play-services-ads-lite@@23.3.0:11)
at com.google.android.gms.ads.internal.client.zzax.zzf(com.google.android.gms:play-services-ads-lite@@23.3.0:1)
at com.google.android.gms.ads.internal.client.zzax.zzd(com.google.android.gms:play-services-ads-lite@@23.3.0:11)
at com.google.android.gms.ads.internal.client.zzej.zzA(com.google.android.gms:play-services-ads-lite@@23.3.0:3)
at com.google.android.gms.ads.internal.client.zzej.zzm(com.google.android.gms:play-services-ads-lite@@23.3.0:8)
at com.google.android.gms.ads.MobileAds.initialize(com.google.android.gms:play-services-ads-lite@@23.3.0:3)
at com.myorg.adAdManager$initializeAdSDK$2$1$status$1.invokeSuspend(AdManager.kt:182)
at com.myorg.adAdManager$initializeAdSDK$2$1$status$1.invoke(AdManager.kt:13)
at com.myorg.adAdManager$initializeAdSDK$2$1$status$1.invoke(AdManager.kt:13)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:89)
at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:151)
at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:46)
at com.myorg.adAdManager$initializeAdSDK$2$1.invokeSuspend(AdManager.kt:180)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.java:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Measurement Worker (timed waiting):tid=80 systid=19750
at java.lang.Object.wait(Native method)
at java.lang.Object.wait(Object.java:386)
at m.qg.run(:com.google.android.gms.dynamite_measurementdynamite@251036029@25.10.36 (190400-0):71)
Signal Catcher (runnable):tid=6 systid=19595
#00 pc 0x4be2bc libart.so (art::DumpNativeStack + 108) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#01 pc 0x4afbd4 libart.so (art::Thread::DumpStack const + 388) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#02 pc 0x4af514 libart.so (art::DumpCheckpoint::Run + 164) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#03 pc 0x3b129c libart.so (art::ThreadList::RunCheckpoint + 452) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#04 pc 0x4c9428 libart.so (art::ThreadList::Dump + 232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#05 pc 0x4c8d8c libart.so (art::ThreadList::DumpForSigQuit + 244) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#06 pc 0x4c662c libart.so (art::Runtime::DumpForSigQuit + 48) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#07 pc 0x4c5b1c libart.so (art::SignalCatcher::HandleSigQuit + 452) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#08 pc 0x4c5694 libart.so (art::SignalCatcher::Run + 264) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#09 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#10 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
perfetto_hprof_listener (native):tid=7 systid=19596
#00 pc 0xe43f4 libc.so (read + 4) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x26510 libperfetto_hprof.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ArtPlugin_Initialize::$_7> > + 316) (BuildId: 83204946fedfc3960550283d45b8dd09)
#02 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
Jit thread pool worker thread 0 (native):tid=8 systid=19597
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x232670 libart.so (art::ConditionVariable::WaitHoldingLocks + 140) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#02 pc 0x5a4d50 libart.so (art::ThreadPool::GetTask + 120) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#03 pc 0x5a4afc libart.so (art::ThreadPoolWorker::Run + 72) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#04 pc 0x5a4a0c libart.so (art::ThreadPoolWorker::Callback + 164) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#05 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#06 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
HeapTaskDaemon (waiting):tid=9 systid=19598
#00 pc 0x8fc20 libc.so (syscall + 32) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x288f94 libart.so (art::ConditionVariable::TimedWait + 252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#02 pc 0x39a330 libart.so (art::gc::TaskProcessor::GetTask + 196) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#03 pc 0x39a1ec libart.so (art::gc::TaskProcessor::RunAllTasks + 48) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
at dalvik.system.VMRuntime.runHeapTasks(Native method)
at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:695)
at java.lang.Daemons$Daemon.run(Daemons.java:145)
at java.lang.Thread.run(Thread.java:1012)
binder:19590_1 (native):tid=13 systid=19602
#00 pc 0xe4718 libc.so (__ioctl + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9d520 libc.so (ioctl + 156) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x61294 libbinder.so (android::IPCThreadState::talkWithDriver + 280) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#03 pc 0x615c4 libbinder.so (android::IPCThreadState::getAndExecuteCommand + 24) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#04 pc 0x61f80 libbinder.so (android::IPCThreadState::joinThreadPool + 112) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#05 pc 0x6b7a0 libbinder.so (android::PoolThread::threadLoop + 128) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#06 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#07 pc 0xee2c0 libandroid_runtime.so (android::AndroidRuntime::javaThreadShell + 140) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
#08 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#09 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
binder:19590_2 (native):tid=14 systid=19603
#00 pc 0xe4718 libc.so (__ioctl + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9d520 libc.so (ioctl + 156) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x61294 libbinder.so (android::IPCThreadState::talkWithDriver + 280) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#03 pc 0x615c4 libbinder.so (android::IPCThreadState::getAndExecuteCommand + 24) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#04 pc 0x61f80 libbinder.so (android::IPCThreadState::joinThreadPool + 112) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#05 pc 0x6b7a0 libbinder.so (android::PoolThread::threadLoop + 128) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#06 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#07 pc 0xee2c0 libandroid_runtime.so (android::AndroidRuntime::javaThreadShell + 140) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
#08 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#09 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
binder:19590_3 (native):tid=15 systid=19604
#00 pc 0xe4718 libc.so (__ioctl + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9d520 libc.so (ioctl + 156) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x61294 libbinder.so (android::IPCThreadState::talkWithDriver + 280) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#03 pc 0x615c4 libbinder.so (android::IPCThreadState::getAndExecuteCommand + 24) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#04 pc 0x61f80 libbinder.so (android::IPCThreadState::joinThreadPool + 112) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#05 pc 0x6b7a0 libbinder.so (android::PoolThread::threadLoop + 128) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#06 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#07 pc 0xee2c0 libandroid_runtime.so (android::AndroidRuntime::javaThreadShell + 140) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
#08 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#09 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
binder:19590_4 (native):tid=16 systid=19605
#00 pc 0xe4718 libc.so (__ioctl + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9d520 libc.so (ioctl + 156) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x61294 libbinder.so (android::IPCThreadState::talkWithDriver + 280) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#03 pc 0x615c4 libbinder.so (android::IPCThreadState::getAndExecuteCommand + 24) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#04 pc 0x61f80 libbinder.so (android::IPCThreadState::joinThreadPool + 112) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#05 pc 0x6b7a0 libbinder.so (android::PoolThread::threadLoop + 128) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#06 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#07 pc 0xee2c0 libandroid_runtime.so (android::AndroidRuntime::javaThreadShell + 140) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
#08 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#09 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
Profile Saver (native):tid=17 systid=19606
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x232670 libart.so (art::ConditionVariable::WaitHoldingLocks + 140) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#02 pc 0x3cc560 libart.so (art::ProfileSaver::Run + 864) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#03 pc 0x3c27a4 libart.so (art::ProfileSaver::RunProfileSaverThread + 152) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#04 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
DefaultDispatcher-worker-11 (timed waiting):tid=18 systid=19669
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-2 (timed waiting):tid=19 systid=19757
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at m.ald.run(:com.google.android.gms.dynamite_measurementdynamite@251036029@25.10.36 (190400-0):229)
ScionFrontendApi (timed waiting):tid=20 systid=19617
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Crashlytics Exception Handler1 (waiting):tid=21 systid=19618
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.crashlytics.internal.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:64)
at com.google.firebase.crashlytics.internal.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:27)
at java.lang.Thread.run(Thread.java:1012)
com.google.firebase.crashlytics.startup1 (waiting):tid=22 systid=19620
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.crashlytics.internal.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:64)
at com.google.firebase.crashlytics.internal.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:27)
at java.lang.Thread.run(Thread.java:1012)
firebase-installations-executor-1 (timed waiting):tid=23 systid=19621
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
awaitEvenIfOnMainThread task continuation executor1 (waiting):tid=24 systid=19623
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.crashlytics.internal.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:64)
at com.google.firebase.crashlytics.internal.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:27)
at java.lang.Thread.run(Thread.java:1012)
firebase-installations-executor-2 (timed waiting):tid=25 systid=19624
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-7-thread-1 (waiting):tid=27 systid=19626
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-9-thread-1 (timed waiting):tid=28 systid=19627
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Firebase-Messaging-Init (waiting):tid=29 systid=19630
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1176)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:905)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.android.gms.common.util.concurrent.zza.run(com.google.android.gms:play-services-basement@@18.3.0:2)
at java.lang.Thread.run(Thread.java:1012)
Firebase-Messaging-Topics-Io (waiting):tid=30 systid=19631
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1176)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:905)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.android.gms.common.util.concurrent.zza.run(com.google.android.gms:play-services-basement@@18.3.0:2)
at java.lang.Thread.run(Thread.java:1012)
pool-15-thread-1 (timed waiting):tid=31 systid=19632
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Firebase Background Thread #0 (waiting):tid=32 systid=19634
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0(CustomThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:1012)
pool-18-thread-1 (timed waiting):tid=33 systid=19640
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
IAA-CAPT-1 (native):tid=34 systid=19639
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
GoogleApiHandler (native):tid=35 systid=19636
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
pool-19-thread-1 (timed waiting):tid=36 systid=19641
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-17-thread-1 (timed waiting):tid=37 systid=19642
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
IAA-CDE-2 (native):tid=38 systid=19643
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
FAN:ASYNC #1 (timed waiting):tid=39 systid=19698
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
WM.task-1 (waiting):tid=41 systid=19651
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
DefaultDispatcher-worker-1 (timed waiting):tid=42 systid=19652
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
IAA-CRS-4 (native):tid=43 systid=19650
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
DefaultDispatcher-worker-2 (timed waiting):tid=44 systid=19653
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Firebase Background Thread #1 (waiting):tid=45 systid=19655
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0(CustomThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:1012)
queued-work-looper (native):tid=46 systid=19656
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
DefaultDispatcher-worker-3 (timed waiting):tid=47 systid=19654
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-5 (timed waiting):tid=49 systid=19658
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-7 (timed waiting):tid=50 systid=19661
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-8 (timed waiting):tid=51 systid=19660
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-6 (timed waiting):tid=52 systid=19659
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-13 (timed waiting):tid=53 systid=19666
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
DefaultDispatcher-worker-9 (timed waiting):tid=54 systid=19662
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Firebase Background Thread #3 (waiting):tid=55 systid=19668
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0(CustomThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:1012)
DefaultDispatcher-worker-10 (timed waiting):tid=56 systid=19663
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
RenderThread (native):tid=57 systid=19664
#00 pc 0x8fc20 libc.so (syscall + 32) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xf79f0 libc.so (pthread_cond_wait + 76) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x1921170 libGLES_mali.so (osup_sync_object_wait + 64) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0x86a1c4 libGLES_mali.so (eglp_enqueue_signal_native_fence + 68) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#05 pc 0x86dce0 libGLES_mali.so (eglp_gles_flush_operation + 512) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#06 pc 0x86d1f4 libGLES_mali.so (eglp_swap_buffers + 596) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#07 pc 0x86d308 libGLES_mali.so (eglSwapBuffersWithDamageKHR + 8) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#08 pc 0x3c63c libEGL.so (android::eglSwapBuffersWithDamageKHRImpl + 576) (BuildId: fb989df468acdea71cee666ab05b5b32)
#09 pc 0x38e5c libEGL.so (eglSwapBuffersWithDamageKHR + 72) (BuildId: fb989df468acdea71cee666ab05b5b32)
#10 pc 0x55a654 libhwui.so (android::uirenderer::renderthread::EglManager::swapBuffers + 104) (BuildId: 40097f873a50e9c7c1667586935f404d)
#11 pc 0x54d310 libhwui.so (android::uirenderer::skiapipeline::SkiaOpenGLPipeline::swapBuffers + 132) (BuildId: 40097f873a50e9c7c1667586935f404d)
#12 pc 0x555b6c libhwui.so (android::uirenderer::renderthread::CanvasContext::draw + 1356) (BuildId: 40097f873a50e9c7c1667586935f404d)
#13 pc 0x55699c libhwui.so (android::uirenderer::renderthread::CanvasContext::prepareAndDraw + 184) (BuildId: 40097f873a50e9c7c1667586935f404d)
#14 pc 0x56a630 libhwui.so (std::__1::__function::__func<android::uirenderer::renderthread::RenderThread::frameCallback::$_0, std::__1::allocator<android::uirenderer::renderthread::RenderThread::frameCallback::$_0>, void >::operator + 228) (BuildId: 40097f873a50e9c7c1667586935f404d)
#15 pc 0x5475e0 libhwui.so (android::uirenderer::WorkQueue::process + 600) (BuildId: 40097f873a50e9c7c1667586935f404d)
#16 pc 0x569b0c libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop + 404) (BuildId: 40097f873a50e9c7c1667586935f404d)
#17 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#18 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#19 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
Firebase Background Thread #2 (waiting):tid=58 systid=19665
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0(CustomThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:1012)
DefaultDispatcher-worker-12 (timed waiting):tid=59 systid=19670
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
queued-work-looper-data (waiting):tid=60 systid=19695
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-24-thread-1 (timed waiting):tid=61 systid=19685
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1188)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:905)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
WM.task-2 (waiting):tid=63 systid=19701
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-29-thread-1 (waiting):tid=64 systid=19705
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-29-thread-2 (waiting):tid=65 systid=19707
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
YandexAds.BaseController (waiting):tid=66 systid=19709
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pool-30-thread-1 (waiting):tid=67 systid=19710
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:447)
at java.util.concurrent.FutureTask.get(FutureTask.java:190)
at com.yandex.mobile.ads.impl.t90.a(SourceFile:62)
at com.yandex.mobile.ads.impl.t90.a(SourceFile:41)
at retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
SurfaceSyncGroupTimer (native):tid=68 systid=19714
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
SessionThread (native):tid=69 systid=19724
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
Thread-19 (native):tid=70 systid=19712
#00 pc 0xe43f4 libc.so (read + 4) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0xefa28 libc.so (__sread + 44) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xef928 libc.so (__srefill + 268) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0xf3cc0 libc.so (fread_unlocked + 200) (BuildId: 9da9ada582822284816d710825990f3d)
#04 pc 0xf3bb4 libc.so (fread + 72) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0xae5d4 libc.so (android_getaddrinfo_proxy + 332) (BuildId: 9da9ada582822284816d710825990f3d)
#06 pc 0xae258 libc.so (android_getaddrinfofornetcontext + 1568) (BuildId: 9da9ada582822284816d710825990f3d)
#07 pc 0xadc10 libc.so (android_getaddrinfofornet + 56) (BuildId: 9da9ada582822284816d710825990f3d)
#08 pc 0x24d64 libjavacore.so (Linux_android_getaddrinfo + 336) (BuildId: e8fa28d3cbb4939c444efb8e7483ac3e)
at libcore.io.Linux.android_getaddrinfo(Native method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getByName(InetAddress.java:1106)
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:245)
at com.yandex.mobile.ads.impl.jt1.a(SourceFile:15)
at com.yandex.mobile.ads.impl.x90.a(SourceFile:17)
at com.yandex.mobile.ads.impl.x90.call(SourceFile:8)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.lang.Thread.run(Thread.java:1012)
hwuiTask1 (native):tid=71 systid=19717
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xf79f0 libc.so (pthread_cond_wait + 76) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x5d870 libc++.so (std::__1::condition_variable::wait + 20) (BuildId: 030dd4fd3d2d2941681c51ca0d445ff0)
#04 pc 0x56da24 libhwui.so (android::uirenderer::CommonPool::workerLoop + 108) (BuildId: 40097f873a50e9c7c1667586935f404d)
#05 pc 0x56dc60 libhwui.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, android::uirenderer::CommonPool::CommonPool::$_0> > + 204) (BuildId: 40097f873a50e9c7c1667586935f404d)
#06 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#07 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
hwuiTask0 (native):tid=72 systid=19716
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xf79f0 libc.so (pthread_cond_wait + 76) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x5d870 libc++.so (std::__1::condition_variable::wait + 20) (BuildId: 030dd4fd3d2d2941681c51ca0d445ff0)
#04 pc 0x56da24 libhwui.so (android::uirenderer::CommonPool::workerLoop + 108) (BuildId: 40097f873a50e9c7c1667586935f404d)
#05 pc 0x56dc60 libhwui.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, android::uirenderer::CommonPool::CommonPool::$_0> > + 204) (BuildId: 40097f873a50e9c7c1667586935f404d)
#06 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#07 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
Thread-20 (native):tid=73 systid=19715
#00 pc 0xe43f4 libc.so (read + 4) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0xefa28 libc.so (__sread + 44) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xef928 libc.so (__srefill + 268) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0xf3cc0 libc.so (fread_unlocked + 200) (BuildId: 9da9ada582822284816d710825990f3d)
#04 pc 0xf3bb4 libc.so (fread + 72) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0xae5d4 libc.so (android_getaddrinfo_proxy + 332) (BuildId: 9da9ada582822284816d710825990f3d)
#06 pc 0xae258 libc.so (android_getaddrinfofornetcontext + 1568) (BuildId: 9da9ada582822284816d710825990f3d)
#07 pc 0xadc10 libc.so (android_getaddrinfofornet + 56) (BuildId: 9da9ada582822284816d710825990f3d)
#08 pc 0x24d64 libjavacore.so (Linux_android_getaddrinfo + 336) (BuildId: e8fa28d3cbb4939c444efb8e7483ac3e)
at libcore.io.Linux.android_getaddrinfo(Native method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getByName(InetAddress.java:1106)
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:245)
at com.yandex.mobile.ads.impl.jt1.a(SourceFile:15)
at com.yandex.mobile.ads.impl.x90.a(SourceFile:17)
at com.yandex.mobile.ads.impl.x90.call(SourceFile:8)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.lang.Thread.run(Thread.java:1012)
InsetsAnimations (native):tid=74 systid=19725
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
pool-15-thread-2 (timed waiting):tid=75 systid=19727
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
binder:19590_5 (native):tid=76 systid=19726
#00 pc 0xe4718 libc.so (__ioctl + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9d520 libc.so (ioctl + 156) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x61294 libbinder.so (android::IPCThreadState::talkWithDriver + 280) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#03 pc 0x615c4 libbinder.so (android::IPCThreadState::getAndExecuteCommand + 24) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#04 pc 0x61f80 libbinder.so (android::IPCThreadState::joinThreadPool + 112) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#05 pc 0x6b7a0 libbinder.so (android::PoolThread::threadLoop + 128) (BuildId: 91645628556f5090d071bbc3d2a2297c)
#06 pc 0x14dd8 libutils.so (android::Thread::_threadLoop + 284) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#07 pc 0xee2c0 libandroid_runtime.so (android::AndroidRuntime::javaThreadShell + 140) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
#08 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#09 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
PlayBillingLibrary-1 (waiting):tid=77 systid=19736
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
DefaultDispatcher-worker-1 (timed waiting):tid=78 systid=19756
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at m.ald.run(:com.google.android.gms.dynamite_measurementdynamite@251036029@25.10.36 (190400-0):229)
InteractionJankMonitor-Worker (native):tid=79 systid=19748
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
PlayBillingLibrary-2 (waiting):tid=81 systid=19762
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
PlayBillingLibrary-3 (waiting):tid=82 systid=19763
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
PlayBillingLibrary-4 (waiting):tid=83 systid=19768
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
ConnectivityThread (native):tid=86 systid=19798
#00 pc 0xe56d8 libc.so (__epoll_pwait + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x18edc libutils.so (android::Looper::pollInner + 188) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#02 pc 0x18dc0 libutils.so (android::Looper::pollOnce + 120) (BuildId: ab8535da6fc0d3526aee3d4b6edd4117)
#03 pc 0x186e50 libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 22e1e9165ee702f6da139a2260e7d460)
at android.os.MessageQueue.nativePollOnce(Native method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:187)
at android.os.Looper.loop(Looper.java:319)
at android.os.HandlerThread.run(HandlerThread.java:67)
CrAsyncTask #1 (timed waiting):tid=88 systid=19805
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
CrAsyncTask #2 (timed waiting):tid=89 systid=19809
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
CrAsyncTask #3 (timed waiting):tid=90 systid=19816
at jdk.internal.misc.Unsafe.park(Native method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
mali-mem-purge (unknown):tid=19675 systid=19675
#00 pc 0x8fc20 libc.so (syscall + 32) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xf7ab0 libc.so (pthread_cond_timedwait + 136) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x1921100 libGLES_mali.so (osup_sync_object_timedwait + 224) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0x17ae138 libGLES_mali.so (cmemp_hoard_purge_thread + 184) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#05 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#06 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
mali-utility-wo (unknown):tid=19676 systid=19676
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xa1b14 libc.so (sem_wait + 108) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x16d34c4 libGLES_mali.so (cmarp_utility_thread + 148) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
mali-utility-wo (unknown):tid=19677 systid=19677
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xa1b14 libc.so (sem_wait + 108) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x16d34c4 libGLES_mali.so (cmarp_utility_thread + 148) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
mali-utility-wo (unknown):tid=19678 systid=19678
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xa1b14 libc.so (sem_wait + 108) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x16d34c4 libGLES_mali.so (cmarp_utility_thread + 148) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
mali-utility-wo (unknown):tid=19679 systid=19679
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xa1b14 libc.so (sem_wait + 108) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x16d34c4 libGLES_mali.so (cmarp_utility_thread + 148) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#04 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#05 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
mali-cmar-backe (unknown):tid=19680 systid=19680
#00 pc 0xe57d8 libc.so (__ppoll + 8) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9fd70 libc.so (poll + 92) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0x16d3890 libGLES_mali.so (cmarp_backend_thread + 560) (BuildId: d7cc2acecc8e53406723c99ad6d0750c)
#03 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#04 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
binder:19590_4 (unknown):tid=19729 systid=19729
#00 pc 0x8fc1c libc.so (syscall + 28) (BuildId: 9da9ada582822284816d710825990f3d)
#01 pc 0x9469c libc.so (__futex_wait_ex + 144) (BuildId: 9da9ada582822284816d710825990f3d)
#02 pc 0xf79f0 libc.so (pthread_cond_wait + 76) (BuildId: 9da9ada582822284816d710825990f3d)
#03 pc 0x5d870 libc++.so (std::__1::condition_variable::wait + 20) (BuildId: 030dd4fd3d2d2941681c51ca0d445ff0)
#04 pc 0xba27c libgui.so (android::AsyncWorker::run + 136) (BuildId: 9834507f5b6bf8c47ba256e2419d117b)
#05 pc 0xba658 libgui.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void , android::AsyncWorker*> > + 60) (BuildId: 9834507f5b6bf8c47ba256e2419d117b)
#06 pc 0xf8728 libc.so (__pthread_start + 208) (BuildId: 9da9ada582822284816d710825990f3d)
#07 pc 0x950f0 libc.so (__start_thread + 64) (BuildId: 9da9ada582822284816d710825990f3d)
```