[android-developers] Re: Log with Production App

2009-07-28 Thread mjc147
I know its not the same, but is this a more recommended approach than to wrap each log with a call to Log.isLoggable()? I know this would not have the benefits (like app size) you mentioned, but, since I've had problems with the isLoggable() method anyway, it seems like a simple and effective

[android-developers] Re: Log with Production App

2009-07-27 Thread Dianne Hackborn
Please do remove them. They make your app larger, slower to run (can be SIGNIFICANTLY slower because of the work Java ends up doing building strings), and... for people working on the platform having an app spewing logs is super annoying, since it buries any -interesting- messages that other

[android-developers] Re: Log with Production App

2009-07-27 Thread Maps.Huge.Info (Maps API Guru)
Dianne, Thanks, that's exactly the kind of answer I was looking for, -John Coryat On Jul 27, 11:12 pm, Dianne Hackborn hack...@android.com wrote: Please do remove them.  They make your app larger, slower to run (can be SIGNIFICANTLY slower because of the work Java ends up doing building