OSDN Git Service

Added XML output mode for dexdump.
authorAndy McFadden <fadden@android.com>
Tue, 5 May 2009 23:52:10 +0000 (16:52 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 6 May 2009 00:05:59 +0000 (17:05 -0700)
commita2ee53bac4db4c77aa2bb31bad8a9d177fd09301
tree01e36bd4bb27e2913c3bb6b2f941b9eabcc4ec8c
parent6d874d2bda563ada1034d2b3219b35d800fc6860
Added XML output mode for dexdump.

This adds an output mode that looks similar to the "current.xml" we
generate for our public APIs.  There are a number of differences in
content.  The original ("plain") output has not been altered.

I pulled in the bad checksum handling change (internal 142686) since
it's small, has turned out to be useful, and might make the merge of
this to master slightly easier.

This also renames a buffer in the ongoing temp file variable saga.
dexdump/DexDump.c
libdex/CmdUtils.c