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 282227 and 265185

Description: Lists all methods in all concrete classes in Android DEX files
 This is a re-implementation of the original `dexlist` utility that was
 based on Dalvik functions in `libdex` into a new `dexlist` 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.
Description: Lists all methods in all concrete classes in Android DEX files
 This is a re-implementation of the original `dexlist` utility that was
 based on Dalvik functions in `libdex` into a new `dexlist` 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.
--- 282227	Thu Jan  1 00:00:00 1970
+++ 265185	Thu Jan  1 00:00:00 1970
@@ -1,6 +1,6 @@
 Lists all methods in all concrete classes in Android DEX files
  This is a re-implementation of the original `dexlist` utility that was
  based on Dalvik functions in `libdex` into a new `dexlist` that is now
- based on ART functions in `libart` instead. The output is very similar
+ based on ART functions in `libart` instead. The output is very similar to
- to the original for correct DEX files. Error messages may differ,
+ to the original for correct DEX files. Error messages may differ, however.
- however. Also, ODEX files are no longer supported.
+ Also, ODEX files are no longer supported.