| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
adb, fastboot, and other utilities respect the ANDROID_SERIAL
environment variable. Add support for this to screenshot so the
experience can be consistent.
Change-Id: I37b49c025414c5dd0774285b41cc1a308065da1d
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Also added a rotate method to DDMS.
Change-Id: I9ec2774ff0679b8b4f044341470b3dfa527f9680
|
|
|
|
|
| |
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
|
| |
|
| |
|
|
|