Merge commit '0b8d690837afaac4077150c85c854fdefb076885' into eclair-plus-aosp
* commit '0b8d690837afaac4077150c85c854fdefb076885':
Update revision of the tools source.properties file.
Merge commit '1c3a3c3a6173d3a647e5145730635a7d553c38d4' into eclair-plus-aosp
* commit '1c3a3c3a6173d3a647e5145730635a7d553c38d4':
Add ddms support for contacts.
Merge commit '3ce85131be916ea334012276d136a28cf111d123' into eclair-plus-aosp
* commit '3ce85131be916ea334012276d136a28cf111d123':
Add method profiling support to DDMS.
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
Merge commit '56c2f20a8842894cd32edf84647c6912d84c2d91'
* commit '56c2f20a8842894cd32edf84647c6912d84c2d91':
Add support for opening HPROF files in Eclipse.
Merge commit '2b6f5d17a3c3eff47cb804b1a6210cfd8a640a3d' into eclair-plus-aosp
* commit '2b6f5d17a3c3eff47cb804b1a6210cfd8a640a3d':
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
Merge commit '46093a9204309a241b4e83dca4b7fbcba8768959' into eclair-plus-aosp
* commit '46093a9204309a241b4e83dca4b7fbcba8768959':
Make DDMS log way less verbose.
Merge commit '04a7d9c6405e40ace60cfe92663f5a6ee0092b87'
* commit '04a7d9c6405e40ace60cfe92663f5a6ee0092b87':
SDK Updter: change window title to match ADT
Merge commit 'a7bb36d181639ffc1bafa9e4080ca4f5691043ba' into eclair-plus-aosp
* commit 'a7bb36d181639ffc1bafa9e4080ca4f5691043ba':
SDK Updter: change window title to match ADT
Merge commit 'a43c57a870ee74fe899a0e92beb2f1ac40150387' into eclair-plus-aosp
* commit 'a43c57a870ee74fe899a0e92beb2f1ac40150387':
Add ContactsProvider tests to runtest as 'contactsprov'
Merge commit '846c7d8b2ee81da0c0905bd51f32065d2ebf7ef2'
* commit '846c7d8b2ee81da0c0905bd51f32065d2ebf7ef2':
ADT GLE: change error display to a separate sash.
Merge commit 'b1e9793d6620ef973552f4d8672578f1276d68c2' into eclair-plus-aosp
* commit 'b1e9793d6620ef973552f4d8672578f1276d68c2':
ADT GLE: change error display to a separate sash.
This allows GEP to display both the latest error and the latest
successful rendering. The error still needs an icon and the
canvas will need to be grayed or something.
Also the LayoutCanvas will directly use the ILayoutResult and we
won't need to custom EditData in UiElementNode so the correspond
method is @deprecated (but obviously still supported for GLE1.)
Change-Id: Ia3afed836755dbd84a4511eaed0782c85a383ac9
Merge commit '9f742986117baf8d365b8938baec57ccf499041a'
* commit '9f742986117baf8d365b8938baec57ccf499041a':
Add backslashes before apostrophes so they don't get lost.
Merge commit '0c12e21a3152b62fb330c86b5ea544e927300608' into eclair-plus-aosp
* commit '0c12e21a3152b62fb330c86b5ea544e927300608':
Add backslashes before apostrophes so they don't get lost.
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
Merge commit '8899d822de7b51368fc7ce4c158a7265e3eccbb3'
* commit '8899d822de7b51368fc7ce4c158a7265e3eccbb3':
Update apkbuilder to support new property names
Merge commit '56098693d29346fc3bf995a125e12fb2d3e1523d' into eclair-plus-aosp
* commit '56098693d29346fc3bf995a125e12fb2d3e1523d':
Update apkbuilder to support new property names
This is required by another change I am about to submit that makes it
an error not to include the backslash, since it is inevitably a mistake
when someone fails to include it.
Merge commit '3ea427ad1fe7c7b4eae2a0b64a6ea8342e143ff3'
* commit '3ea427ad1fe7c7b4eae2a0b64a6ea8342e143ff3':
ADT: change continuous test ant script to run both functional and unit tests.