Android : Android - random byte arrays taking up memory?

on Saturday, September 6, 2014


I was investigating my RAM usage when I discovered an array taking up 14 MB. I decided to investigate it.


enter image description here


I used Eclipse's MAT to investigate further into exactly what was happening.


enter image description here


And then further into specifically what was being allocated.


enter image description here


I discovered this large array (although this was not taking up the 14 MB). Does anyone know why there's this array of random characters and digits? In my code, I do not assign an array that is anywhere related to something that could possibly generate this.


0 comments:

Post a Comment