Variable frame is too small compared to other frame
Hi Eric, Thanks for your response. To bypass this limitation I finally used the <exec> task, this one runs Proguard using java (java -jar proguard.jar) and passing the property with the "-Dxxx" argument. About the preverication issue, I read on some bug topics that this issue is known but you are working on Proguard 6.0, that will include fixes about that. This is exact?
Hi, I managed to define the 'optimize.conservatively' property by adding "-Doptimize.conservatively" to JVM arguments of my Ant task launcher under Eclipse (External Tools Configuration > JRE tab). This property fixed my last error (java.lang.ExceptionInInitializerError caused by an unknown java.lang.NullPointerException) so it's a good news. The only problem with that is this property is for all proguard tasks (shared JVM), and my Ant build script obfuscates multiples libraries and the application;...
Hello, I try to optimize and obfuscate my code with Ant and Proguard 5.3.3, but I have several issues: preverification error on many classes [bypassed with the JVM argument -XX:-UseSplitVerifier but this is not a good solution, I plane to use Java 8 and preverification cannot be bypassed] LVTT entry errors on some classes [seems to be fixed by removing 'vars' from debuglevel] * java.lang.ExceptionInInitializerError caused by an unknown java.lang.NullPointerException on three classes [no stack info],...
Thanks Cedric! Best regards
Upgrade from Proguard 4.9 to 4.11: null checks removed = failure! Hello, I'm trying...
Upgrade from Proguard 4.9 to 4.11: null checks removed = failure! Hello, I'm trying...