Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add "Dump HPROF file" to DDMS/DDMS plugin | Xavier Ducrohet | 2009-09-01 | 1 | -5/+152 | |
| | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Change the SDK, DDMS and Traceview to work with the new SWT libraries. | Xavier Ducrohet | 2009-06-04 | 1 | -3/+3 | |
| | | | | | | The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview use the archquery java app to check the architecture of the VM to decide which version of SWT should be used to run the apps. | |||||
* | Make the ddmlib API use IDevice instead of Device | Xavier Ducrohet | 2009-05-15 | 4 | -28/+28 | |
| | | | | | Device is now private. All the API is using IDevice. Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib. | |||||
* | Fix the opt-in window for usage stat so that it works when running from ADT. | Xavier Ducrohet | 2009-04-27 | 1 | -2/+2 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 12 | -0/+3711 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 12 | -3711/+0 | |
| | ||||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 12 | -0/+3711 | |