Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Memory Leak #56

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

Memory Leak #56

Robigus92 opened this issue Feb 23, 2018 · 0 comments

Comments

@Robigus92
Copy link

After a double rotation of the CleanerActivity there are in heap memory 2 instances more of:

class com.frozendevs.cache.cleaner.activity.CleanerActivity @ 0x12caf000
class com.frozendevs.cache.cleaner.fragment.CleanerFragment$3 @ 0x12d45100
class com.frozendevs.cache.cleaner.fragment.CleanerFragment$4 @ 0x12d451c0

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant