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

Memory Leak #294

Closed
Robigus92 opened this issue Feb 23, 2018 · 0 comments
Closed

Memory Leak #294

Robigus92 opened this issue Feb 23, 2018 · 0 comments

Comments

@Robigus92
Copy link

After a double rotation of the MainActivity there is in heap memory 1 instance more of:

class com.iskrembilen.quasseldroid.gui.MainActivity @ 0x12cdf000

It should not be like this because the rotations return to the same GUI state and the memory should stay in the same state as well. It could be a symptom of a bad management of the onCreate-onDestroy lifecycle.

I have encountered this problem on an Android emulator running 7.1.1 os version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants