aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/.gitignore
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-09-01 16:23:16 -0700
committerXavier Ducrohet <xav@android.com>2009-09-01 16:29:18 -0700
commit2143c56c55f6ef9439b26070d7139b2c907ca3da (patch)
treef8f776b9313ae1958d9e9dc8c4328c0a4151ce2e /eclipse/plugins/.gitignore
parenta62ab1bf42fa310a4be441f07235d574b62af567 (diff)
downloadsdk-2143c56c55f6ef9439b26070d7139b2c907ca3da.zip
sdk-2143c56c55f6ef9439b26070d7139b2c907ca3da.tar.gz
sdk-2143c56c55f6ef9439b26070d7139b2c907ca3da.tar.bz2
Add "Dump HPROF file" to DDMS/DDMS plugin
This uses the (new in cupcake) VM command through JDWP. Older VMs are detected through the (also new) 'FEAT' command that notifies which features the VM supports. The hprof file is right now saved in /sdcard. Due to donut+ apps not having the SD Card permission by default, we may need to change this in the (near) future. Upon completion of the dump by the VM, DDMS will give the user a file selector to choose a place to save the file on the host machine. Future improvements: run (our own) hat, or hprof-conv and a standard hprof tool (Eclipse MAT integration for instance). This should be configurable by the user. Change-Id: I33696b0263e3d0788ad5d90cedf3cd17393d2f9b
Diffstat (limited to 'eclipse/plugins/.gitignore')
-rw-r--r--eclipse/plugins/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/.gitignore b/eclipse/plugins/.gitignore
index 63ac0cf..cc105d2 100644
--- a/eclipse/plugins/.gitignore
+++ b/eclipse/plugins/.gitignore
@@ -30,6 +30,7 @@ com.android.ide.eclipse.ddms/icons/forward.png
com.android.ide.eclipse.ddms/icons/gc.png
com.android.ide.eclipse.ddms/icons/halt.png
com.android.ide.eclipse.ddms/icons/heap.png
+com.android.ide.eclipse.ddms/icons/hprof.png
com.android.ide.eclipse.ddms/icons/i.png
com.android.ide.eclipse.ddms/icons/importBug.png
com.android.ide.eclipse.ddms/icons/load.png