index
:
sdk.git
replicant-4.2
replicant-6.0
sdk
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ddms
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
|
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
*
|
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
*
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
*
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
*
Add support for user specifying search paths in the UI.
Siva Velusamy
2011-09-22
2
-10
/
+89
*
Findbugs fix: Use Character.toString()
Siva Velusamy
2011-09-22
1
-2
/
+2
*
Resolve addresses to symbols in a separate thread.
Siva Velusamy
2011-09-21
2
-2
/
+103
*
Display stack trace for selected Heap Allocation.
Siva Velusamy
2011-09-20
8
-36
/
+152
*
New implementation of native heap - layout only.
Siva Velusamy
2011-09-20
8
-0
/
+698
*
When requesting NHGT, disable NHSG.
Siva Velusamy
2011-09-20
1
-1
/
+1
*
Use foreach instead of iterator
Siva Velusamy
2011-09-20
2
-10
/
+4
*
Merge "Allow custom run name in IRemoteAndroidTestRunner."
Brett Chabot
2011-09-15
2
-3
/
+20
|
\
|
*
Allow custom run name in IRemoteAndroidTestRunner.
Brett Chabot
2011-09-14
2
-3
/
+20
*
|
Use default system font size.
Siva Velusamy
2011-09-14
1
-3
/
+19
|
/
*
Fix scroll behavior on Win 7.
Siva Velusamy
2011-09-13
1
-1
/
+6
*
Do not add a border for the filters toolbar.
Siva Velusamy
2011-09-12
1
-1
/
+1
*
Create logcat table with SWT.VIRTUAL.
Siva Velusamy
2011-09-09
2
-140
/
+83
*
Make search case insensitive by default.
Siva Velusamy
2011-09-01
2
-3
/
+33
*
Display with transient filter selected on logcat errors.
Siva Velusamy
2011-09-01
4
-2
/
+88
*
Activate logcat view at appropriate times.
Siva Velusamy
2011-09-01
2
-7
/
+8
*
Move creation of LogCatReceiver to a separate factory.
Siva Velusamy
2011-09-01
6
-64
/
+112
*
Reduce the number of UI refreshes of the logcat table.
Siva Velusamy
2011-09-01
1
-10
/
+29
*
Findbugs cleanup.
Tor Norbye
2011-08-29
2
-7
/
+9
*
Make the logcat fifo size user configurable.
Siva Velusamy
2011-08-23
3
-18
/
+78
*
Make variable/method names consistent.
Siva Velusamy
2011-08-19
8
-28
/
+28
*
Add support for filtering by application name.
Siva Velusamy
2011-08-19
6
-34
/
+132
*
Store source application name in logcat messages.
Siva Velusamy
2011-08-19
8
-21
/
+176
[prev]
[next]