Friday, 10 February 2023

art::ConditionVariable::WaitHoldingLocks(art::Thread*)

Our mobile app is published in the Google play store. The Crashes and ANR report is generated in Firebase Crashlytics. There is an ANR shown as below.

0 libc.so (syscall+28)

1 libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140)

2 libart.so (art::ThreadList::WaitForOtherNonDaemonThreadsToExit(bool)+336)

3 libart.so (art::JII::DestroyJavaVM(_JavaVM*)+32)

4 libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+1032)

5 app_process64 (main+1368)

6 libc.so (__libc_init+96)

What does this ANR mean?
Thank you in advance.



from art::ConditionVariable::WaitHoldingLocks(art::Thread*)

No comments:

Post a Comment