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

AsyncTask Hunting #16

Open
alabeduarte opened this issue Jul 21, 2016 · 1 comment
Open

AsyncTask Hunting #16

alabeduarte opened this issue Jul 21, 2016 · 1 comment

Comments

@alabeduarte
Copy link
Owner

alabeduarte commented Jul 21, 2016

Improve AsyncTasks memory allocation through monitoring and code changes.

Currently all async tasks are inner classes with implicit references to its activity.

Read more here

@alabeduarte alabeduarte changed the title Good AsyncTask Hunting AsyncTask Hunting Jul 21, 2016
@alabeduarte
Copy link
Owner Author

First step has been made, saving some leaked activities cancelling AsyncTasks execution when Activity#onPause happens.

Changes: 740fcab

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

1 participant