Android: Memory Analyzer eclipse plugin(1.1) doesn't launch automatically when pressing ddms “hprof dump”

StackOverflow https://stackoverflow.com/questions/7966643

Pergunta

The older version 1.0 used to work fine. However after updating to 1.1 it gives an option to save hprof file. How can I open that file in eclipse?

Eclipse version is Helios 3.6.2

Foi útil?

Solução

To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.

Outras dicas

  1. Converted the generated android hrof file to mat hprof file:

hprof-conv.exe c:/android.hprof c:/mat.hprof

  1. copied the generated file in the bin directory of the project

  2. Refresh the project. Double click mat.hprof to open

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top