-
Notifications
You must be signed in to change notification settings - Fork 205
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 Android] at Bugsnag.start() with BackgroundTaskService #2031
Comments
Hi @fernan88 From our understanding, This may be occuring as a push notification is received, the Play Services can ask the OS to restart the app in order to receive the notification. As to why your application is ANRing, we cannot tell based on the stack trace shared above. We believe the actual fault should be viewable on another background thread. Would it be possible for you to share the rest of the threads stack traces that include Bugsnag? |
Hi @clr182 thank you for your response and sorry for the delay. I am attaching the requested information:
|
Hi @fernan88 Thank you for providing those stack traces. We've added a task to investigate this further and see whether there's anything we can directly do. We don't currently have an ETA on when this will be looked at in more detail, but we will make sure to keep this thread updated. |
Had a similar issue. However, the ANR problem was reported while adding the app to the Play Store, but it could not be reproduced in the development environment. The ANR stack trace is below. How can it be debugged or how can I identify the cause of the issue?
|
If this error was reported by BugSnag to your BugSnag dashboard, then we would recommend seeing what other information alongside the stacktrace is available in the report, if the stacktrace alone isn't proving to be overly useful to you. For example, you might find the We're aware that you opened a support ticket with us directly regarding this ANR you experienced, and there has already been some discussion about it there. If you have any additional questions regarding this, then please feel free to respond to us via the ticket thread. |
Describe the bug
This ANR happens in the background when receiving a push notification and the application onCreate() method is triggered. It occurs in all versions of Android and with version 6.5.0 of the library as well. Would you help us? Thank you
Steps to reproduce
Seems to happen in background when a notification is received, by example.
Environment
StackTrace
The text was updated successfully, but these errors were encountered: