diff options
author | Xavier Ducrohet <xav@android.com> | 2010-07-20 17:25:36 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-07-26 10:55:08 -0700 |
commit | 9db3286c710abeb2c9478c2f95657d945a55d176 (patch) | |
tree | d3e5b901646d1c2ee6bd3990bb8da99c05eb78d3 /hierarchyviewer2 | |
parent | f56173887a9f6430425c93203a8c260a73b1480a (diff) | |
download | sdk-9db3286c710abeb2c9478c2f95657d945a55d176.zip sdk-9db3286c710abeb2c9478c2f95657d945a55d176.tar.gz sdk-9db3286c710abeb2c9478c2f95657d945a55d176.tar.bz2 |
Update the ddmlib api for push/pull/install
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
Diffstat (limited to 'hierarchyviewer2')
-rw-r--r-- | hierarchyviewer2/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hierarchyviewer2/.gitignore b/hierarchyviewer2/.gitignore new file mode 100644 index 0000000..89a196a --- /dev/null +++ b/hierarchyviewer2/.gitignore @@ -0,0 +1,4 @@ +app/bin +libs/hierarchyviewerlib/bin +libs/hierarchyvieweruilib/bin + |