<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sdk/dumpeventlog, branch replicant-6.0</title>
<subtitle>sdk
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/'/>
<entry>
<title>Fix build.</title>
<updated>2013-03-14T23:11:53+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2013-03-14T23:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=d50dbbfdda398c9f7915f00880bb9e0d65c98d8a'/>
<id>d50dbbfdda398c9f7915f00880bb9e0d65c98d8a</id>
<content type='text'>
Now ddmlib is a prebuilt.

Change-Id: Ic1bfb74c399a22c2a023f04aa2dc5c7ff4ae1b8d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now ddmlib is a prebuilt.

Change-Id: Ic1bfb74c399a22c2a023f04aa2dc5c7ff4ae1b8d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing notice files.</title>
<updated>2011-03-16T00:43:11+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2011-03-15T19:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=b26189333d3db21355daa3131b9f5e69f3044c2e'/>
<id>b26189333d3db21355daa3131b9f5e69f3044c2e</id>
<content type='text'>
Also fix some makefiles to make sure the notices are
picked up.
- move the makefile outside of the source folder.
- resources are now in the source folder directly instead
  of being inside src/resources. It's much simpler.

Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix some makefiles to make sure the notices are
picked up.
- move the makefile outside of the source folder.
- resources are now in the source folder directly instead
  of being inside src/resources. It's much simpler.

Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the ddmlib api for push/pull/install</title>
<updated>2010-07-26T17:55:08+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2010-07-21T00:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=9db3286c710abeb2c9478c2f95657d945a55d176'/>
<id>9db3286c710abeb2c9478c2f95657d945a55d176</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing gitignore files</title>
<updated>2010-04-12T19:21:30+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2010-04-12T19:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=910fe5a020f09122e100a2c3beb5573a3182c596'/>
<id>910fe5a020f09122e100a2c3beb5573a3182c596</id>
<content type='text'>
Change-Id: Iba3faab3be5a78849c6e0f85cd21f532be5a5147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iba3faab3be5a78849c6e0f85cd21f532be5a5147
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the ddmlib API use IDevice instead of Device</title>
<updated>2009-05-15T21:01:12+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2009-05-15T01:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=5542fe492293223a81e604a49aa6fa55b1719847'/>
<id>5542fe492293223a81e604a49aa6fa55b1719847</id>
<content type='text'>
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T03:29:09+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T03:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=55a2c71f27d3e0b8344597c7f281e687cb7aeb1b'/>
<id>55a2c71f27d3e0b8344597c7f281e687cb7aeb1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T02:28:16+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T02:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=82ea7a177797b844b252effea5c7c7c5d63ea4ac'/>
<id>82ea7a177797b844b252effea5c7c7c5d63ea4ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Contribution</title>
<updated>2008-10-21T14:00:00+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2008-10-21T14:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=1506a206c0a5e3b593c4c61a62b8805b64e98daf'/>
<id>1506a206c0a5e3b593c4c61a62b8805b64e98daf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
