-
Thanks , I didn't read the troubleshooting first ~~.
2009-09-30 02:38:48 UTC in ProGuard Java Optimizer and Obfuscator
-
Hello,
I have a problem with feature optimize of proguard. It removes my code and make me some problem ~~. Could anyone help me to solve that problem. I use proguard version 4.3 and also check with ver 3.9.
Here is my code:(It's so dummy ~~)
duraTime = duration;
new Thread()
{
public void run()
{
long startTime = System.currentTimeMillis();
long curTime...
2009-09-29 08:23:55 UTC in ProGuard Java Optimizer and Obfuscator
-
Oops ! That's very easy reason. Thanks for your answer. :)
seal.
2009-07-13 12:57:57 UTC in ProGuard Java Optimizer and Obfuscator
-
Hello Eric,
Thanks for answer. I'm checking my code now. But the time between v 3.9 ( 15 seconds) and v 4.3 , 4.2 ( 12 minutes ), why do they have the difference ?
Regards,
seal.
2009-07-10 02:06:41 UTC in ProGuard Java Optimizer and Obfuscator
-
Hi,
I'm working on J2ME project and I use proguard v 4.3 to remove unnecessary code, and I meet a problem this is the time to optimize too long, about 12 minutes but my code not too large( code size about 100 KB / class and I only have 5 - 6 classes). If I use proguard v 3.9, time cost only 30 seconds. Could someone please help me to answer my questions :
Maybe have problem on my code :(...
2009-07-08 15:33:19 UTC in ProGuard Java Optimizer and Obfuscator