aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmlib/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* Refactor ddmlib folder structure.Xavier Ducrohet2012-12-0663-19344/+0
* Add a listener that can save test results as an ant XML file.Brett Chabot2012-11-153-0/+711
* Fix javadoc here and there.Xavier Ducrohet2012-10-024-10/+5
* ddms: report user id if availableSiva Velusamy2012-09-103-0/+72
* Enable FileListingService to properly traverse symlinks-to-directoriesOmari Stephens2012-08-231-8/+68
* Merge "Expose owner and group of FileEntry."Brian Carlstrom2012-08-231-0/+14
|\
| * Expose owner and group of FileEntry.Tsu Chiang Chuang2012-08-141-0/+14
* | junit: Rework support for parallel junit launch.Siva Velusamy2012-08-173-57/+7
|/
* uitest-automator: Use ddmlib for device communications.Siva Velusamy2012-08-021-2/+12
* Update error message shown when ddms does not find adb.Siva Velusamy2012-07-311-49/+60
* ddms fileservice: update characters that need escaping.Siva Velusamy2012-07-251-2/+4
* Allow junit tests to be run on multiple devices.Siva Velusamy2012-07-183-25/+81
* Provide readable device name rather than just serial numberSiva Velusamy2012-06-132-0/+70
* Fix "Resource leak: <Foo> is never closed"Tor Norbye2012-05-303-73/+93
* Get rid of the file path whitelist.Omari Stephens2012-04-111-24/+0
* Make InstrumentationResultParser#handleTestRunFailure public.Brett Chabot2012-04-021-2/+3
* Usec a shorter timeout for Device#getPropertySync.Brett Chabot2012-02-271-1/+2
* ddms: fix deadlockSiva Velusamy2012-02-062-48/+40
* ddms: Allow port forwarding to Unix Domain SocketsSiva Velusamy2012-01-313-14/+102
* Improved ADB logging on failure to help pinpoint issuesTor Norbye2012-01-121-5/+18
* Fix locale handling of uppercase/lowercaseTor Norbye2012-01-064-53/+61
* Update SDK codebase to JDK 6Tor Norbye2011-12-2114-18/+100
* Use a custom timeout for IDevice.getBatteryLevel.Brett Chabot2011-12-091-1/+2
* Add IDevice.getBatteryLevel()Brett Chabot2011-11-042-0/+97
* fix for leaky fd, amke sure we close syncservice.Tsu Chiang Chuang2011-11-031-3/+18
* Make InstrumentationResultParser less chatty on unexpected output.Brett Chabot2011-10-141-2/+3
* Add support for importing saved heap data.Siva Velusamy2011-10-061-29/+37
* Create FileListingService#getChildrenSyncBrett Chabot2011-09-291-10/+40
* Add support for Select All & Copy Paste.Siva Velusamy2011-09-281-0/+6
* Check for relevant stack frame using source library.Siva Velusamy2011-09-271-45/+37
* Override hashCode.Siva Velusamy2011-09-231-0/+19
* Display stack trace for selected Heap Allocation.Siva Velusamy2011-09-203-12/+29
* New implementation of native heap - layout only.Siva Velusamy2011-09-201-0/+5
* When requesting NHGT, disable NHSG.Siva Velusamy2011-09-201-1/+1
* Use foreach instead of iteratorSiva Velusamy2011-09-201-5/+3
* Allow custom run name in IRemoteAndroidTestRunner.Brett Chabot2011-09-142-3/+20
* Add ability to pass options to IDevice.installPackage.Brett Chabot2011-08-162-12/+23
* Remove @Override from methods implementing an interfaceTor Norbye2011-08-111-3/+0
* Add various getProperty methods.Brett Chabot2011-08-113-2/+150
* Add pushFile/pullFile interface for IDevice.Wei-Ning Huang2011-08-052-0/+91
* Various fixes to the DDMS Native heap panel.Xavier Ducrohet2011-07-183-33/+31
* Fix some override issues.Xavier Ducrohet2011-07-061-1/+0
* Merge "Fix instrumentation repetition parsing and multi listener handling."Brett Chabot2011-06-301-8/+17
|\
| * Fix instrumentation repetition parsing and multi listener handling.Brett Chabot2011-06-281-8/+17
* | Merge "Add a preference for the profiler buffer size."Jeff Brown2011-06-282-2/+21
|\ \
| * | Add a preference for the profiler buffer size.Jeff Brown2011-06-272-2/+21
| |/
* | pullFile exception handling.Brett Chabot2011-06-232-1/+9
|/
* Refactor a method to extract an emulator port.Brett Chabot2011-06-021-28/+40
* Make instrumentation test failure message more verbose.Brett Chabot2011-05-202-16/+22
* Throw SyncException if local file is not found instead of FileNotFoundException.Brett Chabot2011-04-142-52/+34