I am primarily interested in obfuscation capability. I see obfuscation only is possible: stackoverflow.com/questions/6633411/android-proguard-only-obfuscation
Is this less obfuscated than when using in combination with shrinking and optimizing, and if so how much less secure.
Also will removing the shrinking and optimizing make the application more likely to pass its test set, and less likely to have anomalies? What is the + and - of including these steps?