You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
I have recently integrated Dagger into my app. When rolling out the new application version, some users complained about black startup screens. The Android developer tools told me that they where encountering ANRs. Up to then, I had no chance to reproduce that issue locally. However, afterwards I found one device encountering the same issue - at least once, so that I could see the log message.
Hi there,
I have recently integrated Dagger into my app. When rolling out the new application version, some users complained about black startup screens. The Android developer tools told me that they where encountering ANRs. Up to then, I had no chance to reproduce that issue locally. However, afterwards I found one device encountering the same issue - at least once, so that I could see the log message.
What I was doing was something like
Unfortunately I did not save the log message - but it told me that GCMBaseIntentService, stemming from Google, could not be found.
When changing the application to
my users where happy again.
This is a somewhat strange bug which is really hard to find.
Matthias
The text was updated successfully, but these errors were encountered: