TheProductWorks / SMART-android-app

Android version of the SMART Care Tool for the Community Midwifery team in The National Maternity Hospital, Holles Street.
1 stars 0 forks source link

Disable logging when the app is in release mode #14

Closed otormaigh closed 8 years ago

otormaigh commented 8 years ago

This Pull Request is in reference to issue #8

A new library was added https://github.com/JakeWharton/timber to help with disabling logging when the app is in release mode.

Now when the app is in debug mode for devlopment purposes log are generated. When a build is created in release mode which will then be distrubute to the end user the logs will be disabled by default.