Using DDMS and creating HPROF, I see a “histogram” of the data representation in my application and noticed an excessive number of very large “byte []” objects. I suspect this is the result of an error or other stupidity in my code. But I do not know how to view the names of these byte objects or view the location in my source code where they were created. It can be done?
source share