aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmlib/src/com
Commit message (Expand)AuthorAgeFilesLines
* parse instrumentation result bundlesGuang Zhu2010-07-162-20/+47
* Add new exceptions to ddmlib.Xavier Ducrohet2010-07-159-154/+357
* Add support for specifying adb timeout in ddms testrunner.Brett Chabot2010-07-142-1/+21
* Fix some javadocs regarding the timeout API change.Xavier Ducrohet2010-07-132-4/+10
* Merge "Fix a possible deadlock in Eclipse/ADT."Xavier Ducrohet2010-07-1311-280/+406
|\
| * Fix a possible deadlock in Eclipse/ADT.Xavier Ducrohet2010-07-1311-280/+406
* | Add hours to ddms log timestamp.Brett Chabot2010-07-121-5/+4
|/
* Merge "Add a 'removeInstrumentationArg' method to ddms testrunner."Brett Chabot2010-06-102-0/+17
|\
| * Add a 'removeInstrumentationArg' method to ddms testrunner.Brett Chabot2010-06-102-0/+17
* | Properly handle float/double in loc control when locale is not en.Xavier Ducrohet2010-06-091-30/+2
* | Enforce english formatting for the geo string sent to the emulator.Xavier Ducrohet2010-06-081-2/+6
|/
* Add a reboot command to IDevice to allow ddmlib users to reboot devices.Bill Napier2010-05-173-0/+47
* Small mask calculation optimizationKenny Root2010-05-051-7/+2
* Merge "Supporting configurable ADB port in ddms and ddmlib."Xavier Ducrohet2010-04-213-21/+89
|\
| * Supporting configurable ADB port in ddms and ddmlib.Stefan Hilzinger2010-04-213-21/+89
* | Merge "Make test runner parser detect runs with no tests."Brett Chabot2010-04-191-1/+11
|\ \
| * | Make test runner parser detect runs with no tests.Brett Chabot2010-04-191-1/+11
| |/
* | Merge "Filter out new leak_memalign method in native heap UI"Xavier Ducrohet2010-04-191-8/+9
|\ \ | |/ |/|
| * Filter out new leak_memalign method in native heap UIXavier Ducrohet2010-04-191-8/+9
* | Merge "Moved log formatting string into separate function so it can be resued...Neal Nguyen2010-04-161-3/+11
|\ \ | |/ |/|
| * Moved log formatting string into separate function so it can be resued by oth...Neal Nguyen2010-04-051-3/+11
* | Add setTestSize to ddms test runner.Brett Chabot2010-04-063-4/+65
* | Change ddms testrunner to raise IOException to callers.Brett Chabot2010-03-262-12/+8
|/
* Handle invalid syntax response in DDMS testrunner parser.Brett Chabot2010-03-161-1/+7
* Handle new sdcard mount point in DDMS.Xavier Ducrohet2010-03-124-2/+51
* Handle incomplete instrumentation test as a failure.Brett Chabot2010-03-101-5/+22
* Add support for multiple instrumentation test result listeners.Brett Chabot2010-03-103-33/+87
* Add ability to detect incomplete test runs to InstrumentationResultParser.Brett Chabot2010-03-042-89/+121
* Extract an interface out of RemoteAndroidTestRunner so it can be mocked.Brett Chabot2010-02-272-44/+133
* Add support for VMs that can stream hprof data through JDWP.Xavier Ducrohet2010-01-294-51/+32
* Strawman support for streaming hprof dumps.Andy McFadden2010-01-293-3/+50
* Display VM message on profiling errorXavier Ducrohet2010-01-282-5/+17
* DDMS: Add support for profiling with VM able to send the result through JDWP.Xavier Ducrohet2010-01-283-13/+73
* Strawman support for streaming method profiling.Andy McFadden2010-01-273-4/+81
* Fix RawImage.getARGB to force alpha to 0xFF for buffers with no alpha.Xavier Ducrohet2009-10-131-1/+6
* Fixed screenshot command line tool to deal with new RawImageXavier Ducrohet2009-09-241-6/+79
* Add support for new framebuffer protocol over adb.Xavier Ducrohet2009-09-162-8/+144
* First pass at making adb connection timeout configurable.Xavier Ducrohet2009-09-084-19/+41
* Add method profiling support to DDMS.Xavier Ducrohet2009-09-0310-73/+311
* Make DDMS log way less verbose.Xavier Ducrohet2009-09-0210-35/+35
* Add "Dump HPROF file" to DDMS/DDMS pluginXavier Ducrohet2009-09-014-14/+106
* DDMS now queries the VM for its features.Xavier Ducrohet2009-08-313-16/+59
* am e2901002: Merge change 7975 into donutAndroid (Google) Code Review2009-07-201-1/+7
|\
| * Add support for preview versions of platforms.Xavier Ducrohet2009-07-201-1/+7
* | am 2ea1594b: Merge change 4111 into donutAndroid (Google) Code Review2009-06-172-1/+179
|\ \ | |/
| * Move package installation logic from ADT to ddmlib.Brett Chabot2009-06-152-1/+179
* | am d06f8e2f: Merge change 1730 into donutAndroid (Google) Code Review2009-05-1511-255/+279
|\ \ | |/
| * Make the ddmlib API use IDevice instead of DeviceXavier Ducrohet2009-05-1511-255/+279
* | am 83674be9: Merge change 1699 into donutAndroid (Google) Code Review2009-05-144-25/+32
|\ \ | |/
| * Make IDevice#getSyncService() throws an IOException.Xavier Ducrohet2009-05-144-25/+32