You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
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.
The text was updated successfully, but these errors were encountered: