-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry ANR in SelfVerificationViewModel init #8482
Labels
Z-ANR
Application Not Responding
Comments
Also in
|
30 May 2023 Sal, saat 15:57 tarihinde Valere ***@***.***>
şunu yazdı:
io.sentry.android.core.ApplicationNotResponding: ANR for at least 5000 ms.
at jdk.internal.misc.Unsafe.park(Unsafe.java)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:77)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:7)
at org.matrix.android.sdk.internal.crypto.RustCryptoService.getCryptoDeviceInfo(RustCryptoService.kt:4)
at im.vector.app.features.crypto.verification.self.SelfVerificationViewModel.<init>(SelfVerificationViewModel.kt:118)
at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$MavericksViewModelCImpl$SwitchingProvider$95.create(DaggerVectorApplication_HiltComponents_SingletonC.java:2)
at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$MavericksViewModelCImpl$SwitchingProvider$95.create(DaggerVectorApplication_HiltComponents_SingletonC.java:1)
at im.vector.app.core.di.HiltMavericksViewModelFactory.create(HiltMavericksViewModelFactory.kt:57)
at im.vector.app.features.crypto.verification.self.SelfVerificationViewModel$Companion.create(SelfVerificationViewModel.kt:1)
at im.vector.app.features.crypto.verification.self.SelfVerificationViewModel$Companion.create(SelfVerificationViewModel.kt:2)
```
—
Reply to this email directly, view it on GitHub
<#8482>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3MFWRBWRN2ZRYLI6TUUEBDXIXVBPANCNFSM6AAAAAAYT7FLV4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
iPhone’umdan gönderildi
|
30 May 2023 Sal, saat 15:58 tarihinde Valere ***@***.***>
şunu yazdı:
Also in
io.sentry.android.core.ApplicationNotResponding: ANR for at least 5000 ms.
at jdk.internal.misc.Unsafe.park(Unsafe.java)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:77)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:7)
at org.matrix.android.sdk.internal.crypto.RustCryptoService.getCryptoDeviceInfo(RustCryptoService.kt:4)
at im.vector.app.features.home.UnknownDeviceDetectorSharedViewModel.<init>(UnknownDeviceDetectorSharedViewModel.kt:62)
at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$MavericksViewModelCImpl$SwitchingProvider$82.create(DaggerVectorApplication_HiltComponents_SingletonC.java:2)
at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$MavericksViewModelCImpl$SwitchingProvider$82.create(DaggerVectorApplication_HiltComponents_SingletonC.java:1)
at im.vector.app.core.di.HiltMavericksViewModelFactory.create(HiltMavericksViewModelFactory.kt:57)
at im.vector.app.features.home.UnknownDeviceDetectorSharedViewModel$Companion.create(UnknownDeviceDetectorSharedViewModel.kt:1)
at im.vector.app.features.home.UnknownDeviceDetectorSharedViewModel$Companion.create(UnknownDeviceDetectorSharedViewModel.kt:2)
—
Reply to this email directly, view it on GitHub
<#8482 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3MFWRHEU2STL4GHZQKJA33XIXVFBANCNFSM6AAAAAAYT7FLV4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
iPhone’umdan gönderildi
|
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
runBlocking in
getCryptoDeviceInfo
causing ANRsThe text was updated successfully, but these errors were encountered: