Possible Duplicate:
Remove all debug logging calls before publishing: are there tools to do this?
Maybe I misunderstood the concept, but aren't debug log messages supposed to only display in the unreleased app?
I have compiled my app with "File"-"Export" which is supposed to remove all messages dumped by "Log.d(..)" of the code. However, when I run this version connected by USB while having Eclipse running, I see various debug messages openly displaying in LogCat.
I'm somewhat alarmed now - as far as I recall, ProGuard is supposed to be invoked automatically when creating release builds but it seems to leave the debug comments in the app (but otherwise seems to work as function names have been obfuscated which I can also see in Logcat).