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

Error planting SystemLogTree #17

Open
bloworlf opened this issue Jan 26, 2023 · 1 comment
Open

Error planting SystemLogTree #17

bloworlf opened this issue Jan 26, 2023 · 1 comment

Comments

@bloworlf
Copy link

I'm trying to log elements to a txt file (which works perfectly) and also to my IDE logcat. But I cannot plant the SystemLogTree.

WhatsApp Image 2023-01-26 at 09 47 22

@Mixermachine
Copy link

hi @bloworlf
This is caused by Timber version 5.0.x
Related issue there: JakeWharton/timber#484

You can temporarily solve this by downgrading the timber version (5.0.x features are of course not available).
You need to exclude Timber from Treessence and include Timber version 4.7.1 manually.

implementation 'com.jakewharton.timber:timber:4.7.1'
implementation('com.github.bastienpaulfr:Treessence:1.1.2') {
    exclude group: 'com.jakewharton.timber', module: 'timber'
    // fixes not usable timber lib with version 5.x
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants