aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmlib/src/com/android
Commit message (Expand)AuthorAgeFilesLines
...
* Reset sInitialized when calling AndroidDebugBridge.terminate().Xavier Ducrohet2011-04-061-1/+3
* Added a New Folder action in File Explorer.Pierre Zurek2011-03-221-1/+1
* Fix in FileListingService.Pierre Zurek2011-02-121-1/+1
* Let the Traceview plug-in open the trace file created through DDMS.Xavier Ducrohet2011-02-013-3/+9
* Make ddmlib recognize a device in adb 'recovery' state.Brett Chabot2011-01-171-1/+2
* Allow the user to set the ADBHOST variable.Pierre Zurek2011-01-122-1/+47
* Fix NON-NLS tokensTor Norbye2011-01-045-16/+16
* use UTF-8 instead of ISO-8859-1Gasol Wu2010-12-031-1/+1
* Fix various warningsTor Norbye2010-10-071-0/+1
* Fix case where testRunEnded was called twice.Brett Chabot2010-10-041-2/+11
* Fix ddmlib test run failure and metric reporting.Brett Chabot2010-09-303-37/+111
* Add a runName parameter to ITestRunListener#testRunStarted.Brett Chabot2010-09-163-8/+19
* Add alloc number in the alloc tracker.Xavier Ducrohet2010-09-132-7/+21
* Filter input in the alloc tracker panel.Xavier Ducrohet2010-09-121-0/+23
* Allocation tracker content can now be sorted.Xavier Ducrohet2010-09-122-6/+103
* Handle instrumentation time output that contains a bracket.Brett Chabot2010-09-031-8/+17
* Make the HierarchyViewer plug-in not screw up DDMS.Xavier Ducrohet2010-08-311-1/+6
* Store and report metrics emitted during each test caseOmari Stephens2010-08-272-10/+30
* Fix permissions: source files shouldn't be executableOmari Stephens2010-08-252-0/+0
* Force disconnect of all devices when adb connection is lost.Brett Chabot2010-08-121-0/+14
* Update the ddmlib api for push/pull/installXavier Ducrohet2010-07-269-349/+401
* 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