aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs
Commit message (Expand)AuthorAgeFilesLines
* logcat: support new format for "logcat -v long"Siva Velusamy2012-03-064-19/+42
* Usec a shorter timeout for Device#getPropertySync.Brett Chabot2012-02-271-1/+2
* ddms: fix deadlockSiva Velusamy2012-02-062-48/+40
* logcat: Fix deadlockSiva Velusamy2012-02-061-3/+29
* Merge "Pause network panel by default, handle devices."Jeff Sharkey2012-02-011-65/+120
|\
| * Pause network panel by default, handle devices.Jeff Sharkey2012-02-011-65/+120
* | Merge "Show detailed network statistics from xt_qtaguid."Jeff Sharkey2012-02-011-0/+1053
|\ \ | |/
| * Show detailed network statistics from xt_qtaguid.Jeff Sharkey2012-02-011-0/+1053
* | 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-065-56/+66
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-222-2/+26
* Update SDK codebase to JDK 6Tor Norbye2011-12-2164-145/+542
* ddms: display manufacturer & model for devices.Siva Velusamy2011-12-201-1/+51
* logcat: Improve auto scroll lock behaviorSiva Velusamy2011-12-143-46/+79
* Merge "Use a custom timeout for IDevice.getBatteryLevel."Brett Chabot2011-12-131-1/+2
|\
| * Use a custom timeout for IDevice.getBatteryLevel.Brett Chabot2011-12-091-1/+2
* | logcat: when copying items, index into filtered list.Siva Velusamy2011-12-131-7/+42
* | logcat: fix npe & clear log in filtered viewSiva Velusamy2011-12-121-2/+17
|/
* logcat: bring up edit filter dialog on double clickSiva Velusamy2011-11-281-0/+5
* logcat: fix tooltip shift distanceSiva Velusamy2011-11-281-0/+11
* Merge "Add IDevice.getBatteryLevel()"Brett Chabot2011-11-092-0/+97
|\
| * Add IDevice.getBatteryLevel()Brett Chabot2011-11-042-0/+97
* | Merge "nativeheap: Do not clean up display if a client is killed."Siva Velusamy2011-11-061-17/+21
|\ \ | |/ |/|
| * nativeheap: Do not clean up display if a client is killed.Siva Velusamy2011-11-061-17/+21
* | Merge "fix for leaky fd, amke sure we close syncservice."Tsu Chiang Chuang2011-11-031-3/+18
|\ \ | |/ |/|
| * fix for leaky fd, amke sure we close syncservice.Tsu Chiang Chuang2011-11-031-3/+18
* | ddms-heap: Show atleast 1 row.Siva Velusamy2011-11-021-45/+57
* | logcat: update scroll behavior when buffer is full.Siva Velusamy2011-11-022-6/+37
|/
* Merge "Code cleanup: make sure FileInputStreams are closed."Raphael2011-10-182-8/+28
|\
| * Code cleanup: make sure FileInputStreams are closed.Raphael2011-10-132-8/+28
* | Merge "Make InstrumentationResultParser less chatty on unexpected output."Brett Chabot2011-10-172-2/+23
|\ \ | |/ |/|
| * Make InstrumentationResultParser less chatty on unexpected output.Brett Chabot2011-10-142-2/+23
* | Logcat autoscroll behavior update.Siva Velusamy2011-10-121-28/+41
* | Remove non-actionable log statement.Siva Velusamy2011-10-101-4/+0
* | Fix NPE when getCurrentDevice() == null.Siva Velusamy2011-10-101-1/+13
* | Add a new implementation for symbol resolution.Siva Velusamy2011-10-103-13/+436
* | Add a whitespace character when scanning across tokens.Siva Velusamy2011-10-091-1/+6
|/
* Minor refactor: keep sizes of snapshot ArrayList's in sync.Siva Velusamy2011-10-061-8/+12
* Add support for importing saved heap data.Siva Velusamy2011-10-064-33/+458
* Model diff snapshot as a subtype of a regular snapshot.Siva Velusamy2011-10-064-27/+94
* Merge "Create FileListingService#getChildrenSync"Brett Chabot2011-09-291-10/+40
|\
| * Create FileListingService#getChildrenSyncBrett Chabot2011-09-291-10/+40
* | Provide a way to show/hide the filters column.Siva Velusamy2011-09-292-8/+40
* | Use a text box instead of a browser in tooltip area.Siva Velusamy2011-09-291-10/+4
* | Display tooltips only for long messages.Siva Velusamy2011-09-292-2/+36
* | Check for scrolling before refreshing the table.Siva Velusamy2011-09-281-1/+4
|/
* Add support for exporting heap data.Siva Velusamy2011-09-281-2/+61
* Add support for Select All & Copy Paste.Siva Velusamy2011-09-283-4/+87
* Construct NativeStackCallInfo with full symbol address.Siva Velusamy2011-09-283-15/+18