History log of /external/proguard/lib/proguard.jar
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45e52b5ab37a26149ce031caa44bb167da217667 10-Nov-2017 Paul Duffin <paulduffin@google.com> Add -systemjars support to Proguard

Try and address the problem of using Proguard with applications that
duplicate some classes in android.jar, e.g. applications that
statically include junit.

See https://sourceforge.net/p/proguard/discussion/182455/thread/76430d9e/
for more information.

Rebuilt proguard with ant 1.10.1 and gradle 2.1

Bug: 30188076
Bug: 69156675
Test: make checkbuild
Change-Id: I574becf07ed4a247e966f2c023e4b95b5ffc4011
/external/proguard/lib/proguard.jar
e8bc3b2a283ea35317a8096dcf2c3d9959af40b2 10-Nov-2017 Paul Duffin <paulduffin@google.com> Rebuilt proguard with ant 1.10.1 and gradle 2.1

Bug: 30188076
Bug: 69156675
Test: make checkbuild

Change-Id: Id10148d6af7ce00376e420475471f23cbbf92b4b
/external/proguard/lib/proguard.jar
eedc65a59bf96c2075b7feecae6c5fd1d3713e9e 23-Dec-2015 Ying Wang <wangying@google.com> Rebuild proguard.jar with ant/gradle support.

By setting ANT_HOME and GRADLE_HOME in build/build.sh.

Bug: 26274804
Change-Id: Iad81e3f81759ebb3461bfedfc2fed0b0229acca8
/external/proguard/lib/proguard.jar
9d99b19da7ab70bfff55327c5e4719addb1955f7 22-Dec-2015 Ying Wang <wangying@google.com> Fix 'Exception in thread "main" java.lang.AbstractMethodError:'

When running with OpenJDK 8 (openjdk version "1.8.0_45-internal") on
module messaging, sometimes an odd exception is caught in main:
Exception in thread "main" java.lang.AbstractMethodError:
java.lang.Exception.getMessage()Ljava/lang/String;
at proguard.ProGuard.main(ProGuard.java:519)

It's not 100% reproducible. But it's certain to happen if you run the
same ProGuard tasks in parallel (e.g. x40).

The exception runtime type is actually
java.lang.ArrayIndexOutOfBoundsException, which I tracked down to
raise from MappingPrinter.visitLineNumberTableAttribute().
It's strange that the exception object is in a weird state that
e.printStatckTrace() throws java.lang.AbstractMethodError.
Other people have seen similar things too:
http://stackoverflow.com/questions/6777710/abstractmethoderror-on-calling-exception-printstacktrace

Using temparary variables low/high fixes the crash.
It seems to be an OpenJDK 8 bug.

Rebuilt the jar files by running build/build.sh.

Bug: 26274804
Change-Id: I773023b2dc57bd048c6781aded84e0c0df923a90
/external/proguard/lib/proguard.jar
2270795fbe0b277bfd49f40950ecaa78583175cc 08-Jan-2015 Brian Carlstrom <bdc@google.com> Upgrade Proguard to 5.1.

Downloaded from:
http://sourceforge.net/projects/proguard/files/proguard/5.1/

Bug: 17550647
Change-Id: I2b4eab16eb7821fc232b294ab7f433aae08f71e1
/external/proguard/lib/proguard.jar
b9cc48a43ed984587c939d02fba5316bf5c0df6e 21-Sep-2013 Ying Wang <wangying@google.com> Upgrade Proguard to 4.10.

Downloaded from:
http://sourceforge.net/projects/proguard/files/proguard/4.10/

Bug: 8992787
Change-Id: Ia07cc5b3feed443982b7e8f2a1f361479e735b18
/external/proguard/lib/proguard.jar
9f606f95f03a75961498803e24bee6799a7c0885 28-Feb-2012 Ying Wang <wangying@google.com> Revert "Upgrade from Progaurd 4.4 to 4.7."

This reverts commit cfead78069f3dc32998dc118ee08cab3867acea2.
Bug: 6079915
/external/proguard/lib/proguard.jar
cfead78069f3dc32998dc118ee08cab3867acea2 27-Feb-2012 Ying Wang <wangying@google.com> Upgrade from Progaurd 4.4 to 4.7.

Change-Id: Ie185d0be411a80cc6a330cafa8547252a7dc1d9c

You can find the changelog here
http://proguard.sourceforge.net/#downloads.html
/external/proguard/lib/proguard.jar
b72c5c2e5482cf10117b2b25f642f7616b2326c3 31-Aug-2009 Joe Onorato <joeo@android.com> ProGuard 4.4
/external/proguard/lib/proguard.jar