Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Memory Leak #76

Open
Robigus92 opened this issue Feb 23, 2018 · 1 comment
Open

Memory Leak #76

Robigus92 opened this issue Feb 23, 2018 · 1 comment
Labels

Comments

@Robigus92
Copy link

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

class ch.corten.aha.worldclock.AddClockActivity @ 0x12cbd800
class ch.corten.aha.worldclock.AddClockActivity$TimeZoneListFragment @ 0x12cc7c00

It should not be like this because the rotation events 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.

@arminha arminha added the bug label Feb 23, 2018
@dasbiswajit
Copy link
Contributor

Hi @robigus I will look into it. Sorry I am traveling at the moment.

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

No branches or pull requests

3 participants