I have a static method that is called using reflection which throws 
java.lang.NoSuchMethodException in release builds.
I assume proguard is removing it as static analysis shows the method as 
unused.
I've also tried @Keep annotations and '-keep' directives in 
proguard-rules.txt but no change.

How can I enable verbose proguard debug output to verify that it is the 
culprit?
Can anyone help?

Eric

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b5b9ab6d-9442-4683-9d1c-9fe1dca754c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to