| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
--devices to list connected devices
--psd to export to PSD
--help
--no-profiling to disable profiling
Change-Id: I5fb29dfb5d62f6dc1932c15e17b8037604c2adc8
|
|
|
|
|
|
| |
Now ddmlib is a prebuilt.
Change-Id: Ic1bfb74c399a22c2a023f04aa2dc5c7ff4ae1b8d
|
|
|
|
|
|
| |
Remove references to the org.jdesktop version
Change-Id: I443ce115e950d678eaaf12eedad758bf56958f91
|
|
|
|
| |
Change-Id: I25cbf7fceffb521d63f766e37b1788f8a85e6fc4
|
|
|
|
|
|
| |
Start hierarchyviewer1 with -profiling=false to disable profiling.
Change-Id: Id73022e19d40090a16f850ca20c18b8a2cd59644
|
|
|
|
| |
Change-Id: If0f2a79b54abf9a9d8782827b083f10d5d2f2a7e
|
|
|
|
|
|
|
|
| |
In hierarchyviewer (and hierarchyviewer1):
The displaylist for the selected node (if there is one) is output
into logcat when the "Dump DisplayList" button is clicked.
Change-Id: I1996bbd1cbe32d8bc25708453c777800385fe444
|
|
|
|
| |
Change-Id: Ie0406055c73881a1cc238689b05567bca09fc8b1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The API now throws SyncException instead of returning SyncResult.
The IDevice API to install/uninstall now returns a single
InstallException that encapsulate all the other ddmlib
exception.
Also, the recently added exceptions now don't extend IOException
anymore.
Change-Id: Ib334c4157a6add1882233dfaaa032aea1910eede
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- AdbCommandRejectedException is thrown when adb doesn't respond
to the command with OKAY. This used to throw a normal IOException
but it can be useful to throw a different type. The message
of the exception is the error string returned by adb.
- ShellCommandUnresponsiveException is the new "timeout" exception
for output received by shell command running on devices. This
makes the distinction between timeout when talking to adb and
issue with shell command not outputting anything. Also made the
javadoc for the IDevice.executeShellCommand clearer to what the
"timeout" (renamed to maxTimeToOutputResponse) does.
Also added a better timeout to the IDevice methods to install/uninstall
apps as the default 5sec timeout was likely to be too low.
Current default value is 2min.
Change-Id: I4ecb9498926295a4e801e71b33df5d611e8120b8
|
|
|
|
| |
Change-Id: I645520ec8063efd522a5fecf3b0e204e8b94056e
|
| |
|
|
|
|
| |
Bug: 1739385.
|
| |
|
|
|
|
| |
Bug: 2321018
|
|
|
|
|
| |
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|