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
I've tried to log a very long string containing JSON output.
Timber splitted it into lines of 4000 symbols,
but what I see in logcat that lines don't printed fully, they're truncated
Probably max length limit must be less
I'm meaning DebugTree() logger
Tested on Android 8.1
The text was updated successfully, but these errors were encountered:
I've tried to log a very long string containing JSON output.
Timber splitted it into lines of 4000 symbols,
but what I see in logcat that lines don't printed fully, they're truncated
Probably max length limit must be less
I'm meaning
DebugTree()
loggerTested on Android 8.1
The text was updated successfully, but these errors were encountered: