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
Describe the bug
I am occasionally getting an ANR on Android 13 which is caused by tinylog.
The ANR log clearly shows that tinylog tries to write the log on the main thread although i've set the property writingthread to true.
For me this seem like a bug or am I doing something wrong?
To Reproduce
Steps to reproduce the behavior:
Hard to reproduce, happens randomly
Describe the bug
I am occasionally getting an ANR on Android 13 which is caused by tinylog.
The ANR log clearly shows that tinylog tries to write the log on the main thread although i've set the property writingthread to true.
For me this seem like a bug or am I doing something wrong?
To Reproduce
Steps to reproduce the behavior:
Hard to reproduce, happens randomly
Environment
tinylog version: 2.7.0
Android Version: 13
Java version: 8
The text was updated successfully, but these errors were encountered: