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

Memory Leak #76

@Robigus92

Description

@Robigus92

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions