distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

ANRs after enabling runtimeInBackgroundThread option #36

Open megajogos opened 3 days ago

megajogos commented 3 days ago

Hello, I recently enabled the runtimeInBackgroundThread option in my app.xml, to improve the performance of my app. However, after that, ANRs started to occur at different points in the use of the app and one of them was after logging in to Google: logcat anr after google login.txt

I also opened a similar issue on Adobe-Runtime-Support, because I'm not sure if it's related to the SDK or some extension we use from Google.

I'm using AIR SDK version: 51.1.2.1

marchbold commented 3 days ago

Do you have the ANR report from the console at all? Sometimes this identifies the thread that caused the issue,

megajogos commented 2 days ago

I don't have the console for this case, because the problem happened in the app in the test version. Unfortunately, I only have the logcat