Possible Duplicate:
Android logging
I read somewhere that in the manifest you can set a flag that will disable printing to logcat but I couldn't find it now.
My question is how can I disable printing to logcat witout to delete my log lines in my sourcecode/
I have lines like this
Log.v("asd","asd");
IBut I want to make apk and I want this lines to not be printed in the console.if someone start my app and connect the phone with pc I do not want him to be able to see my logging.