constant pool in Proguard 6.0 beta1
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
hello Eric
i wanna report a problem about Proguard 6.0 beta 1,in android project used bumptech.
### javap dump class
javap -classpath . com.bumptech.glide.c.b
Error: error while reading constant pool for com.bumptech.glide.c.b: unexpected tag at #124: 21
javap -classpath . com.bumptech.glide.c.a
Compiled from "AnimatedGifEncoder.java"
public class com.bumptech.glide.c.a {
public com.bumptech.glide.c.a();
public void a(int);
public boolean a(android.graphics.Bitmap);
public boolean a();
public void a(int, int);
public boolean a(java.io.OutputStream);
bad class in zip
Thanks for your report. The zip file doesn't contain com/bumptech/glide/c/a.class and I can't reproduce the issue yet. Can you provide more details?
sorry, attach new zip ,you can try.