Treessence icon indicating copy to clipboard operation
Treessence copied to clipboard

Some trees for Timber lib

Results 12 Treessence issues
Sort by recently updated
recently updated
newest added

as the` jcenter()` is deprecated now, are there any plans for transition to `mavenCentral()`?

``` 2022-03-15 13:50:28.187 20169-20169/com.vavaparty.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.vavaparty.app, PID: 20169 java.lang.RuntimeException: Unable to create application com.vavaparty.app.App: java.nio.file.FileSystemException: log.0.lck: Read-only file system at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6855) at android.app.ActivityThread.access$1400(ActivityThread.java:246) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) at...

I nead to override createStackElementTag function, but FileLoggerTree is final

java.lang.RuntimeException: Unable to create application : java.io.IOException: fcntl failed: EAGAIN (Try again) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4710) at android.app.ActivityThread.access$1600(ActivityThread.java:150) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at...

I have a crash showing up in Crashlytics: ``` Fatal Exception: java.lang.RuntimeException Unable to create application com.companyname.app.AppName: java.nio.file.FileSystemException: /data/user/0/com.companyname.app/files/logs/ApplicationLog0.txt.lck: Invalid argument ``` It looks like sometimes Treessence is trying to...

How to solve ![image](https://github.com/bastienpaulfr/Treessence/assets/23699296/94d4dc12-518d-428e-8bfd-3d1bb5353e8a)

Hello, this library has been successfully integrated into our app. However, according to Firebase Crashlytics, a few users encountered the issue below. We are unable to duplicate the same problem...

I think it started today, could you check it please? > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.bastienpaulfr:Treessence:1.0.5. > Could not find...

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...

It looks like the moment when `FileLoggerTree` write logs to a file is undetermined. For example, in my app, it may take hours or days. I actually added Treessence to...