aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* First version of the PDT.Xavier Ducrohet2010-09-071-3/+1
| | | | | | | | | | | PDT stands for (Android) Platform Development Tools. The first version is pretty basic. A single pref page to give the location of the dev tree. From this it finds the location of adb and provides it to ddms through its extension point. Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
* Fix icons for some DDMS view by cleaning up an redundant/obsolete .gitignore ↵Xavier Ducrohet2010-07-011-49/+0
| | | | | | file. Change-Id: I3fc0fb9195b661b1b6732128cfd95e518ffb93b1
* Remove more mentions of jarutils.Xavier Ducrohet2010-06-161-1/+0
| | | | Change-Id: I1075f4e5f61128991aef8368ec0595ec0b8116b0
* Add SdkUiLib tests to adt-tests.Raphael2009-10-071-0/+1
| | | | | | | | Also fixes the create_tests_symlink for Windows. SDK BUG 2040986 Change-Id: I7d549c265efb9dbb5936ed7c9a7798eefee52d9b
* Add tests from layoutlib to adt-testsXavier Ducrohet2009-10-051-0/+1
| | | | Change-Id: Ia7bac7fad90b77fe34fb4a4371d6d5945993efe9
* Add sdklib tests to the adt-tests Unit tests.Xavier Ducrohet2009-10-051-0/+1
| | | | Change-Id: Ieb4e722b1b5a29cef250e2cb5575a71e09f956c3
* Add method profiling support to DDMS.Xavier Ducrohet2009-09-031-0/+2
| | | | | | | | | | | | New button allows to start/stop tracing. When clicking stop, DDMS downloads the trace file and starts Traceview. Also refactored some common parts of the HPROF and tracing handlers into a common class. The goal is to have a default, extensible implementation of the HPROF handler that DDMS and the plug-in can reuse. This will reduce duplicated code. Change-Id: Ifc48926c7f6f1c3ea49a4aa94053664be83cbb06
* Add "Dump HPROF file" to DDMS/DDMS pluginXavier Ducrohet2009-09-011-0/+1
| | | | | | | | | | | | | | | | | | | 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
* Add Apache Commons Compress to ADT (required by sdklib)Xavier Ducrohet2009-07-241-0/+1
|
* Split development/.gitignore into separate gitignore files per project.Raphael2009-04-261-0/+52
Added missing gitignore for layoutlib_utils. Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.