Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [anr]

The tag has no usage guidance, but it has a tag wiki.

anr
-1 votes
0 answers
31 views

I have crashes and ANR errors in the Google Play Developer Console [closed]

In my application, I use a while loop . In each loop, I add a TableRow to the TableView When the number of loops is large, an ANR occurs because MainThread is busy I have tried using new Thread() but ...
fekhreddine bouziane's user avatar
0 votes
0 answers
44 views

WaitHoldingLocks Exception

[libart.so] art::ConditionVariable::WaitHoldingLocks ANR triggered by thread waiting for a binder transaction *emphasized text* "main" tid=1 Native #00 pc 0x0000000000099ccc /apex/...
z.g.y's user avatar
  • 6,105
1 vote
0 answers
60 views

Cordova 12 app crashes after hours of geolocation tracking

I have a Cordova 12 application available on both iOS and Android, using various plugins including cordova-background-geolocation-plugin. My application can use geolocation for several hours ...
jdevuono's user avatar
0 votes
0 answers
23 views

Firebase: how to UNmute event?

I have accidentally muted an ANR event in Firebase. The Undo option have disappeared very soon and I wasn't manage to press it. Also, I couldn't find any information in Firebase documentation or in ...
Diana Ksenadokhova's user avatar
0 votes
1 answer
44 views

I am loading 100 data into the recycler view at once and then the application crashes with the mentioned error

ANR in in.app.balaji PID: 9948 Reason: App requested: MainThread worked timeout ErrorId: 8e317451-e531-43d9-b310-42b887bfd4c2 Frozen: false Load: 0.0 / 0.0 / 0.0 ----- Output ...
isha sahu's user avatar
0 votes
0 answers
73 views

Flutter app ANR bad behavior in Play Store

I have a Flutter app in Google Play Store. I have recently crossed the bad behavior threshold for ANRs, but reports make no sense! The main report shows frequent ANRs and a rate of .6% When I drill ...
under's user avatar
  • 2,871
0 votes
1 answer
318 views

ANR Issue on MobileAds.initialize() in Android Application

I am facing ANR (Application Not Responding) issues in my Android application related to the initialization of the Mobile Ads SDK. I have a class named GoogleAdsManager where I perform the ...
Anees Ahmad's user avatar
0 votes
1 answer
97 views

Application receiving too many ANR's and Background crashes

I have a production application based on Android Kotlin which supports API level 10 or higher. This applications is for EPOS machines. This has got a lot of ANR's and crashes reported in the firebase ...
tahreem's user avatar
  • 53
0 votes
0 answers
175 views

ANR on art::DexFile::FindClassDef(art::dex::TypeIndex)

Firebase Crashlytics reported an ANR which I couldn't find out what is causing the issue. It appears that there is something wrong with ArtDexFileLoader. main (native):tid=1 systid=10067 #00 pc ...
Saman Sattari's user avatar
0 votes
0 answers
60 views

What would cause Android ANR that references unused Sentry library?

I'm getting a lot of ANRs in my android app. There is a SDK provider note in the Play console with this information. Provided by Sentry Android Core io.sentry:sentry-android-core Feb 28, 2023 Crash ...
theJosh's user avatar
  • 3,024
1 vote
3 answers
424 views

viewModelScope.launch and main thread ANR issue?

As per As per Android Developer doc viewModelScope.launch Create a new coroutine on the UI thread and code is as below class LoginViewModel( private val loginRepository: LoginRepository ): ViewModel()...
amodkanthe's user avatar
  • 4,462
0 votes
0 answers
30 views

On Android 7; after using an application for a while, I receive an error -> 'fd_set: file descriptor >= fd_setsize

While using the application, I encounter the error 'fd_set: file descriptor >= fd_setsize.' Initially, I thought it might be due to creating a new Retrofit object and OkHttpClient every time I make ...
Dawid Fendler's user avatar
0 votes
0 answers
124 views

ANR occurs randomly

My ENV Android 11 SoC rk3588 (custom SBC) avaliable storage 25GB ram 4GB My Project Features Firebase (analytics, storage) Lottie (animation) Tflite Camera2 + CameraX (I use two camera devices at ...
Roy's user avatar
  • 49
0 votes
0 answers
108 views

DatagramSocket.receive causes ANR when I ask for POST_NOTIFICATION permission

I don't know what might be causing my issue because I didn't really made a lot of changes to it. The changes only involved the MainActivity, AndroidManifest, and the helper class I made that handle ...
rminaj's user avatar
  • 455
4 votes
0 answers
749 views

Native method - android.os.MessageQueue.nativePollOnce

I have many ANR on Goole Play Console. While, the stack trace does not show any useful information. There are some snapshots of the problem. Native method - android.os.MessageQueue.nativePollOnce ...
SnailBird's user avatar
  • 103

15 30 50 per page