Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Timber logging #21

Merged
merged 9 commits into from
Aug 31, 2016
Merged

Add Timber logging #21

merged 9 commits into from
Aug 31, 2016

Conversation

peter-tackage
Copy link
Contributor

@peter-tackage peter-tackage commented Aug 14, 2016

Timber provides a simple way to redirect logging. It also has the benefit of removing an Android dependency from your logging code; no need to import android.util.Log in application code.

@peter-tackage
Copy link
Contributor Author

Should resolve #1

/**
* Exception reporting mechanism.
*
* Implmentations should simply delegate to the Exception reporting mechanism of choice.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the word Implementations

@luciapayo
Copy link
Contributor

It looks good but I haven't tested it.

@peter-tackage
Copy link
Contributor Author

Release build is currently broken. Blocked until that is resolved.

@peter-tackage
Copy link
Contributor Author

Need to retest on release build

@peter-tackage peter-tackage merged commit 57148ed into master Aug 31, 2016
@peter-tackage peter-tackage deleted the feature/add-timber-logging branch August 31, 2016 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants