| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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: I10c8b1cf1be3b66fe0b7527ffb72501d8d61ebb3
|
|
|
|
| |
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
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
for updating SDK Setup.exe." into eclair
Merge commit '74d66e2d7f810028620f25c585a3f21e5ad1686b'
* commit '74d66e2d7f810028620f25c585a3f21e5ad1686b':
SDK Updater: Support post install script for updating SDK Setup.exe.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new post_tools_install.bat will be found in SDK/tools/lib.
This also moves find_java.bat into the same lib folder.
SDK Bug: 2404830
Change-Id: I84e3671918931079f296500e296ec1a55931b851
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
wrappers." into eclair
Merge commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f'
* commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f':
Windows SDK: use find_java.bat in all batch wrappers.
|
| |
| |
| |
| |
| |
| | |
SDK Bug: 2315813
Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
|
| |
| |
| |
| | |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|