After a double rotation of the TrainingActivity there are in heap memory 306 instances more of:
class mixedbit.speechtrainer.model.AudioEventCollector$AudioBufferInfoImpl @ 0x1339e4c0
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.
After a double rotation of the TrainingActivity there are in heap memory 306 instances more of:
class mixedbit.speechtrainer.model.AudioEventCollector$AudioBufferInfoImpl @ 0x1339e4c0
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.