OSDN Git Service

Add support for opening HPROF files in Eclipse.
authorXavier Ducrohet <xav@android.com>
Thu, 3 Sep 2009 00:28:50 +0000 (17:28 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 3 Sep 2009 03:16:12 +0000 (20:16 -0700)
The action taken on successful HPROF dump can now be configured from
the plug-in preference to be either "save to disk" or "open in eclipse".

If a plug-in supporting .hprof files (such as Eclipse Memory Analyzer Tool)
is present then the file will just be opened in the tool.

"save to disk" does not convert the file, "open in eclipse" does convert
the hprof file (using hprof-conv present in the SDK)

Change-Id: Iceb347abb2af5a2979b6028c22dcbdc3bc7250ca


No differences found