Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 202
Saqib Avatar asked Dec 13 '22 08:12

Saqib


1 Answers

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

like image 73
ZenPancakes Avatar answered Jan 20 '23 13:01

ZenPancakes