adjust / adobe_air_sdk

This is the Adobe AIR SDK of
http://adjust.com
Other
24 stars 12 forks source link

ANRs On Android #34

Closed dcampano closed 6 years ago

dcampano commented 6 years ago

Our application keeps getting ANRs that reference Adjust classes that are in a TimedWaiting state. I'm attaching images of 2 of the ones that we have seen. We are using the latest version of the ANE which looks like it uses the latest version of the Adjust Android sdk.

Do you have any insight on what is going on here?

image

image

uerceg commented 6 years ago

@dcampano

Thanks for reporting this to us.

We weren’t get this reported earlier. Is this something that you can reproduce? If yes, can you provide us with steps and also maybe description of device on which this happens?

Thanks in advance.

afjoseph commented 6 years ago

@dcampano

An ANR can only happen when an application is doing too much work on the UI thread. From the thread dump above, you can see that a thread pool executor is being used, so none of the Adjust-* threads are running on the UI.

May I ask what lead you to believe that Adjust-* threads are the culprit?

afjoseph commented 6 years ago

@dcampano

Can you let us know if there's any progress on this?

dcampano commented 6 years ago

@Obaied I'm going to close this issue as I think it is more related to an Air issue in general and not caused by the Adjust plug in. I apologize about the incorrect information on this and thanks for your response.