On Tue, Sep 23, 2014, at 02:41, Tomáš Procházka wrote: > We also use build type debug/release, it control logging, enable Google > Analytics, etc. > But for example crittercism we have enabled on booth debug and release > build, but we want to have it of in IDE build, to do not flood statistic > with dev crashes.
Then use three build types: debug, somethingThatIsNotDebugButIsNotReleaseEither, and release. The middle one would be whatever you consider the CI server debug build to be. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 6.0: Android Studio-ified! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
