| Commit message (Expand) | Author | Age | Files | Lines |
* | ddms: display manufacturer & model for devices. | Siva Velusamy | 2011-12-20 | 1 | -1/+51 |
* | logcat: Improve auto scroll lock behavior | Siva Velusamy | 2011-12-14 | 3 | -46/+79 |
* | Merge "Use a custom timeout for IDevice.getBatteryLevel." | Brett Chabot | 2011-12-13 | 1 | -1/+2 |
|\ |
|
| * | Use a custom timeout for IDevice.getBatteryLevel. | Brett Chabot | 2011-12-09 | 1 | -1/+2 |
* | | logcat: when copying items, index into filtered list. | Siva Velusamy | 2011-12-13 | 1 | -7/+42 |
* | | logcat: fix npe & clear log in filtered view | Siva Velusamy | 2011-12-12 | 1 | -2/+17 |
|/ |
|
* | logcat: bring up edit filter dialog on double click | Siva Velusamy | 2011-11-28 | 1 | -0/+5 |
* | logcat: fix tooltip shift distance | Siva Velusamy | 2011-11-28 | 1 | -0/+11 |
* | Merge "Add IDevice.getBatteryLevel()" | Brett Chabot | 2011-11-09 | 2 | -0/+97 |
|\ |
|
| * | Add IDevice.getBatteryLevel() | Brett Chabot | 2011-11-04 | 2 | -0/+97 |
* | | Merge "nativeheap: Do not clean up display if a client is killed." | Siva Velusamy | 2011-11-06 | 1 | -17/+21 |
|\ \
| |/
|/| |
|
| * | nativeheap: Do not clean up display if a client is killed. | Siva Velusamy | 2011-11-06 | 1 | -17/+21 |
* | | Merge "fix for leaky fd, amke sure we close syncservice." | Tsu Chiang Chuang | 2011-11-03 | 1 | -3/+18 |
|\ \
| |/
|/| |
|
| * | fix for leaky fd, amke sure we close syncservice. | Tsu Chiang Chuang | 2011-11-03 | 1 | -3/+18 |
* | | ddms-heap: Show atleast 1 row. | Siva Velusamy | 2011-11-02 | 1 | -45/+57 |
* | | logcat: update scroll behavior when buffer is full. | Siva Velusamy | 2011-11-02 | 2 | -6/+37 |
|/ |
|
* | Merge "Code cleanup: make sure FileInputStreams are closed." | Raphael | 2011-10-18 | 3 | -9/+41 |
|\ |
|
| * | Code cleanup: make sure FileInputStreams are closed. | Raphael | 2011-10-13 | 3 | -9/+41 |
* | | Merge "Make InstrumentationResultParser less chatty on unexpected output." | Brett Chabot | 2011-10-17 | 2 | -2/+23 |
|\ \
| |/
|/| |
|
| * | Make InstrumentationResultParser less chatty on unexpected output. | Brett Chabot | 2011-10-14 | 2 | -2/+23 |
* | | DDMS: Fix menu to not say "SWT" | Raphael | 2011-10-13 | 2 | -3/+7 |
* | | Logcat autoscroll behavior update. | Siva Velusamy | 2011-10-12 | 1 | -28/+41 |
* | | Remove non-actionable log statement. | Siva Velusamy | 2011-10-10 | 1 | -4/+0 |
* | | Fix NPE when getCurrentDevice() == null. | Siva Velusamy | 2011-10-10 | 1 | -1/+13 |
* | | Add a new implementation for symbol resolution. | Siva Velusamy | 2011-10-10 | 3 | -13/+436 |
* | | Make the new heap panel to be the default. | Siva Velusamy | 2011-10-09 | 1 | -3/+3 |
* | | Add a whitespace character when scanning across tokens. | Siva Velusamy | 2011-10-09 | 1 | -1/+6 |
|/ |
|
* | Minor refactor: keep sizes of snapshot ArrayList's in sync. | Siva Velusamy | 2011-10-06 | 1 | -8/+12 |
* | Add support for importing saved heap data. | Siva Velusamy | 2011-10-06 | 4 | -33/+458 |
* | Model diff snapshot as a subtype of a regular snapshot. | Siva Velusamy | 2011-10-06 | 4 | -27/+94 |
* | Merge "Create FileListingService#getChildrenSync" | Brett Chabot | 2011-09-29 | 1 | -10/+40 |
|\ |
|
| * | Create FileListingService#getChildrenSync | Brett Chabot | 2011-09-29 | 1 | -10/+40 |
* | | Provide a way to show/hide the filters column. | Siva Velusamy | 2011-09-29 | 2 | -8/+40 |
* | | Use a text box instead of a browser in tooltip area. | Siva Velusamy | 2011-09-29 | 1 | -10/+4 |
* | | Display tooltips only for long messages. | Siva Velusamy | 2011-09-29 | 2 | -2/+36 |
* | | Check for scrolling before refreshing the table. | Siva Velusamy | 2011-09-28 | 1 | -1/+4 |
|/ |
|
* | Add support for exporting heap data. | Siva Velusamy | 2011-09-28 | 1 | -2/+61 |
* | Add support for Select All & Copy Paste. | Siva Velusamy | 2011-09-28 | 3 | -4/+87 |
* | Construct NativeStackCallInfo with full symbol address. | Siva Velusamy | 2011-09-28 | 3 | -15/+18 |
* | Check for relevant stack frame using source library. | Siva Velusamy | 2011-09-27 | 1 | -45/+37 |
* | Update default addr2line to use. | Siva Velusamy | 2011-09-27 | 1 | -1/+1 |
* | Append prefix "Z" only for Zygote allocations. | Siva Velusamy | 2011-09-23 | 2 | -2/+2 |
* | Provide ability to view just the new allocations. | Siva Velusamy | 2011-09-23 | 1 | -17/+68 |
* | Override hashCode. | Siva Velusamy | 2011-09-23 | 1 | -0/+19 |
* | Merge "Extract DDMS PreferenceStore." | Raphael | 2011-09-23 | 2 | -77/+83 |
|\ |
|
| * | Extract DDMS PreferenceStore. | Raphael | 2011-09-22 | 2 | -77/+83 |
* | | Add support for filtering out zygote allocations. | Siva Velusamy | 2011-09-22 | 5 | -15/+114 |
* | | Show percentage of total heap size for each row. | Siva Velusamy | 2011-09-22 | 2 | -5/+34 |
* | | Make library to be the first column in the details view. | Siva Velusamy | 2011-09-22 | 2 | -11/+11 |
* | | Support grouping of allocations by library. | Siva Velusamy | 2011-09-22 | 6 | -40/+367 |