summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rebuilt proguard with ant 1.10.1 and gradle 2.1Paul Duffin2017-11-101-1/+5
| | | | | | | | Bug: 30188076 Bug: 69156675 Test: make checkbuild Change-Id: Id10148d6af7ce00376e420475471f23cbbf92b4b
* Fix 'Exception in thread "main" java.lang.AbstractMethodError:'Ying Wang2015-12-221-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade Proguard to 5.1.Brian Carlstrom2015-01-08652-3876/+15486
| | | | | | | | Downloaded from: http://sourceforge.net/projects/proguard/files/proguard/5.1/ Bug: 17550647 Change-Id: I2b4eab16eb7821fc232b294ab7f433aae08f71e1
* Upgrade Proguard to 4.10.Ying Wang2013-09-20596-4141/+16075
| | | | | | | | Downloaded from: http://sourceforge.net/projects/proguard/files/proguard/4.10/ Bug: 8992787 Change-Id: Ia07cc5b3feed443982b7e8f2a1f361479e735b18
* Update Retrace Default Regex to Latest Versionandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1Alon Albert2013-06-131-2/+5
| | | | | | So it supports Android Bugreport Syntax Change-Id: I09713b53364a2e4cda44ee67325f183a54075433
* Revert "Upgrade from Progaurd 4.4 to 4.7."android-sdk-support_r11android-cts-4.2_r2android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1Ying Wang2012-02-27584-9800/+2833
| | | | | This reverts commit cfead78069f3dc32998dc118ee08cab3867acea2. Bug: 6079915
* Upgrade from Progaurd 4.4 to 4.7.Ying Wang2012-02-27584-2833/+9800
| | | | | | | Change-Id: Ie185d0be411a80cc6a330cafa8547252a7dc1d9c You can find the changelog here http://proguard.sourceforge.net/#downloads.html
* ProGuard 4.4android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0_r1android-2.0.1_r1Joe Onorato2009-08-31593-0/+101806