Re: [android-beginners] Deactivate any calls to Log methods before publishing app

2010-02-22 Thread Justin Anderson
AFAIK, the android:debuggable property only affects whether you can actually step through your code in the debugger... On Feb 21, 2010 11:15 AM, mikek mik...@gmail.com wrote: In the Android publishing How-To guide it says, * Deactivate any calls to Log methods in the source code. I assume

[android-beginners] Deactivate any calls to Log methods before publishing app

2010-02-21 Thread mikek
In the Android publishing How-To guide it says, * Deactivate any calls to Log methods in the source code. I assume this refers to calls in the app like, Log.i(Application.TAG, connectClient connect... ); I thought these log messages would automatically be supressed when, * Remove the