History log of /dalvik/tools/dexdeps/src/com/android/dexdeps/Output.java
Revision Date Author Comments
06d020698f7182ae17b933fa688ab9302a8674e2 08-Dec-2010 Dan Bornstein <danfuzz@android.com> Various improvements to dexdeps.

This includes:
* Adding an option to only produce lists of dependent classes (and not
also fields and methods).
* Adding the ability to process multiple files on a single invocation.
* Adding a label at the head of the section for each file.
* Neatening up Output a bit by factoring "System.out" into a static field.

Change-Id: Id9a691d23afd18f82ab3790cb760cfd12e14bc86
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
00da1fe5d42693f2bcf5351a459db1fb32b9ca9c 09-Feb-2010 Andy McFadden <fadden@android.com> Minor dexdeps touchups.

Made XML output the default.
Added a couple of blank lines in the "brief" output.
Added version number (1.1) and a copyright one-liner.
837070dd1e39c87370239643f0df2e2ab9d41fc9 06-Feb-2010 Andy McFadden <fadden@android.com> Improve dexdeps output.

This adds the list of referenced classes to the output. Previously it
only emitted fields and methods, so classes that were referenced by type
only (e.g. some dalvik annotation classes) weren't visible.

The XML output now more closely resembles the API files, having
distinct package/class tags. We no longer emit a return type for
constructors.
72e93344b4d1ffc71e9c832ec23de0657e5b04a5 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
753f32ab1db6de174a1de68210f9f30a1e327612 27-Mar-2009 Andy McFadden <> AI 143120: Added simple XML output. Shuffled stuff around.

Automated import of CL 143120
12d6d4c0ea192b6a924df0df1e3b14ce1ed5793b 27-Mar-2009 Andy McFadden <> Automated import from //branches/master/...@143003,143003