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" <[email protected]> wrote:

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 android:debuggable="true" attribute from the
<application> element of the manifest.

Is it really the case that all Log messages need to be commented out?

--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]<android-beginners%[email protected]>
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to