a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 265184 and 282226

Description: Displays information about Android DEX files
 The `dexdump` tool is intended to mimic `objdump`. When possible, use similar
 command-line arguments.
 .
 This is a re-implementation of the original `dexdump` utility that was
 based on Dalvik functions in `libdex` into a new `dexdump` that is now
 based on ART functions in `libart` instead. The output is very similar to
 to the original for correct DEX files. Error messages may differ, however.
 Also, ODEX files are no longer supported.
Description: Displays information about Android DEX files
 The `dexdump` tool is intended to mimic `objdump`. When possible, use
 similar command-line arguments.
 .
 This is a re-implementation of the original `dexdump` utility that was
 based on Dalvik functions in `libdex` into a new `dexdump` that is now
 based on ART functions in `libart` instead. The output is very similar
 to the original for correct DEX files. Error messages may differ,
 however. Also, ODEX files are no longer supported.
--- 265184	Thu Jan  1 00:00:00 1970
+++ 282226	Thu Jan  1 00:00:00 1970
@@ -1,9 +1,9 @@
 Displays information about Android DEX files
- The `dexdump` tool is intended to mimic `objdump`. When possible, use similar
- command-line arguments.
+ The `dexdump` tool is intended to mimic `objdump`. When possible, use
+ similar command-line arguments.
  .
  This is a re-implementation of the original `dexdump` utility that was
  based on Dalvik functions in `libdex` into a new `dexdump` that is now
- based on ART functions in `libart` instead. The output is very similar to
+ based on ART functions in `libart` instead. The output is very similar
- to the original for correct DEX files. Error messages may differ, however.
+ to the original for correct DEX files. Error messages may differ,
- Also, ODEX files are no longer supported.
+ however. Also, ODEX files are no longer supported.