8000 Memory Leaks · Issue #138 · RomanGolovanov/ametro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Memory Leaks #138
Open
Open
@Robigus92

Description

@Robigus92

Memory Leak 1

After a double rotation of the CityList Activity there is in heap memory 1 instances more of:

class org.ametro.ui.activities.CityList @ 0x12cb0000
class org.ametro.ui.fragments.CityListFragment @ 0x12cb9c00

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.


Memory Leak 2
After a double rotation of the MapList Activity there is in heap memory 1 instances more of:

class org.ametro.ui.activities.MapList @ 0x12ca9000
class org.ametro.ui.fragments.MapListFragment @ 0x12cb2c00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0