From: Xavier Ducrohet Date: Thu, 3 Sep 2009 00:28:50 +0000 (-0700) Subject: Add support for opening HPROF files in Eclipse. X-Git-Tag: android-x86-2.2~77^2~337^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7389ff6ee42b9d8b6309036ebe030ccd28b94f2b;p=android-x86%2Fndk.git 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 ---