Skip to content
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

StackOverflow at app or service creation #323

Open
wehlutyk opened this issue Sep 26, 2014 · 0 comments
Open

StackOverflow at app or service creation #323

wehlutyk opened this issue Sep 26, 2014 · 0 comments
Assignees

Comments

@wehlutyk
Copy link
Member

On low memory devices (my Sony Neo and a friend's Sony Arc S), there's a frequent crash that seems to come from low memory (happens on no other devices): java.lang.RuntimeException: Unable to create application com.brainydroid.daydreaming.ui.App: com.google.inject.CreationException: Guice creation errors: : at com.brainydroid.daydreaming.ui.App.onCreate(App.java:47)

See the ACRA report: http://crash-reports.daydreaming-the-app.net/acralyzer/_design/acralyzer/index.html#/reports-browser/daydreaming/bug/44071a0bba8a8e89b1c7a0821553e9d1

If I remember well this appeared when we started loading the questionnaires from DB when opening the Dashboard (for questionnaire button status). If we find a way to alleviate app launch, like caching the status of questionnaires, or using providers to avoid Guice injecting absolutely everything on app creation (because our Dashboard depends on absolutely everything), it should solve the problem. This is also applicable generally for the whole app.

@wehlutyk wehlutyk added the crash label Sep 26, 2014
@wehlutyk wehlutyk self-assigned this Sep 26, 2014
@wehlutyk wehlutyk changed the title StackOverflow at app on service creation StackOverflow at app or service creation Sep 26, 2014
@wehlutyk wehlutyk added this to the 0.26 optional milestone Oct 4, 2014
@MklBst MklBst modified the milestones: 0.26 optional, Beta Release Oct 10, 2014
@wehlutyk wehlutyk modified the milestone: Beta Release Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants