Tuesday, March 27, 2012

[android-developers] Transitioning from debug to release builds

I am in the process of building my first app using Eclipse, and am preparing to start doing release builds. For example I am going through to make sure I have the right logging level for my log statements.

But I do not really see how to produce a release build. For example in the documentation for Log (http://developer.android.com/reference/android/util/Log.html) it says:
Verbose should never be compiled into an application except during development. Debug logs are compiled in but stripped at runtime. Error, warning and info logs are always kept. 

It isn't clear to me how *I* do that or if that is done on my behalf when a release build is done...

And to the last point there, I don't see where I actually do a "release" build...

Thanks in advance!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment