Closed otormaigh closed 9 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.
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.