I am using Proguard and in my app I use this code
System.out.println("ACTIVITY NAME IS " + activity.getLocalClassName());
It prints out the Activity name out, Iin release mode. I thought it is suppose to obfuscate all class names?
Is this behavior normal?