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)
commit7389ff6ee42b9d8b6309036ebe030ccd28b94f2b
tree641ce4ae7b3319fec073d8f9e155b73b040ad0a7
parent6c0d14eac471b386c9856e8a907486f492733ef1
Add support for opening HPROF files in Eclipse.

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