Hi, Justin-

True to from, the official Android documentation on this property on
http://developer.android.com/reference/android/R.attr.html is not all
that clear, but it seems to say just as you do: that it concerns using
the debugger, NOT logging.

But the OP had another closely related question still unanswered: is
is really true that all logging using 'Log' must be turned off to put
the application on the market? I can think of lots of uses for logging
that even the user can turn on/off, yet the guidelines at
http://developer.android.com/guide/publishing/preparing.html really do
seem to forbid using 'Log'.

On Feb 22, 6:29 am, Justin Anderson <[email protected]> wrote:
> 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 
> athttp://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 
> athttp://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