xxv / SuperGenPass

Android SuperGenPass app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leak

Robigus92 opened this issue · comments

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

class info.staticfree.SuperGenPass.Super_Gen_Pass @ 0x12c94800
class info.staticfree.SuperGenPass.VisualHash @ 0x12cbbc00

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.