Skip to content
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

ANR issue #5

Open
SamirAhmedSaad opened this issue Dec 22, 2024 · 1 comment
Open

ANR issue #5

SamirAhmedSaad opened this issue Dec 22, 2024 · 1 comment

Comments

@SamirAhmedSaad
Copy link

SamirAhmedSaad commented Dec 22, 2024

Recently, I encountered an ANR issue reported on Crashlytics. The stack trace points to the following method

ir.kaaveh.sdpcompose.SdpHelperKt.getFieldId (SdpHelper.kt:41)

main (native): tid=1 systid=31385
00 pc 0x99ccc libc.so (syscall + 28) (BuildId: e48f6233c3b033321b203dd90143e00e)
01 pc 0x22a220 libart.so (art::ConditionVariable::WaitHoldingLocks + 136) (BuildId: c35c9ebf7bb06435e4b31977d87bd5d5)
02 pc 0x9909e8 libart.so (artJniMethodEnd + 344) (BuildId: c35c9ebf7bb06435e4b31977d87bd5d5)
03 pc 0x78573c libart.so (art_jni_method_end + 12) (BuildId: c35c9ebf7bb06435e4b31977d87bd5d5)
at android.content.res.AssetManager.nativeGetResourceIdentifier(Native method)
at android.content.res.AssetManager.getResourceIdentifier(AssetManager.java:833)
at android.content.res.ResourcesImpl.getIdentifier(ResourcesImpl.java:304)
at android.content.res.Resources.getIdentifier(Resources.java:2328)
at ir.kaaveh.sdpcompose.SdpHelperKt.getFieldId(SdpHelper.kt:41)
at ir.kaaveh.sdpcompose.SdpHelperKt.sdpGet(SdpHelper.kt:33)
at ir.kaaveh.sdpcompose.SdpHelperKt.getSdp(SdpHelper.kt:14)

@Kaaveh
Copy link
Owner

Kaaveh commented Dec 22, 2024

Thanks for your report! Would you like to work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants