On Tue, Feb 23, 2010 at 4:55 AM, Indicator Veritatis <[email protected]>wrote:
> is is really true that all logging using 'Log' must be turned off to put > the application on the market? > No, it's just recommended that you do. > 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'. > Where does it say you're forbidden? All I saw was "you should make sure that debug facilities are turned off...". Keyword: SHOULD. Many many apps leave logging on for release. You can see for yourself by just running a few on your device while connected to the debugger or DDMS. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

