Yes, memory leak while switching between pages of notes.
Checked it with linux
Code:
watch -n 0.1 adb shell cat /proc/meminfo
While observing
MemFree field:
i got ~120 mb free. Virtual memory but still related. Actually 500-700 megs were free.
Every page turn takes temporarily 30-40 megs of RAM:
So it goes 120 —> 70-80 —> 120 mb
After trying to reproduce case as described in my previous post, app just got out of memory: MemFree went from 120 to 0. Crashed then freed 300 mb of RAM, so MemFree became 350-400 mb.
Now with all that information we can send bugreport to Boyue
Also we should compare behavior with and without Google Mobile Services/Framework. I'm getting this crash while having GMS/GMF installed. Still, it shouldn't be so because i had unused 500 mb swap and 500 mb of free ram.