commit | ef1de423e70704c478ee77956f44b0a040d8bede | [log] [tgz] |
---|---|---|
author | Csaba Kozák <kozakcsabi@gmail.com> | Fri Oct 31 16:01:51 2014 +0100 |
committer | Benoit Lamarche <benoitlamarche@google.com> | Thu Nov 06 12:47:23 2014 +0100 |
tree | e52d3079591d68134e991b04fce9ca47cc3f3d38 | |
parent | 0bfe5322bdb29a3d4bb520073893dffa16dd17b3 [diff] |
Command line option for disabling warnings This commit adds a new command line option to dx: --no-warning. If the caller appends this to the arguments, dx won't print warnings to System.err. This can be useful if the user dexes external jars with old class format, so dx would print lot of warning about those. Bug: https://code.google.com/p/android/issues/detail?id=78285 Change-Id: Ic2da274ec72e096bcf871c1f4512c54ddc228721 Signed-off-by: Csaba Kozák <kozakcsabi@gmail.com>