This repository was archived by the owner on Mar 5, 2018. It is now read-only.

Description
After a double rotation of the OSMonitor Activity there are in heap memory 2 instances more of:
class com.eolwral.osmonitor.OSMonitor @ 0x12cf0000
class com.eolwral.osmonitor.ui.ProcessFragment @ 0x12d8bc00
class com.eolwral.osmonitor.ui.ConnectionFragment @ 0x12d8ec00
class com.eolwral.osmonitor.ui.MiscFragment @ 0x12d8f800
class com.eolwral.osmonitor.ui.MessageFragment @ 0x12d90800
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.