I am trying to programmatically analyze an hprof file. Using the hprof-conv tool in the android-sdk I generated a bunch of com.your.package.index files.
How do I programmatically parse these .index files?
I want run some custom analysis on the dominator tree, which is easy to do through MAT (Eclipse's Memory Analyser) manually but want to do it in an automated way.