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
@qiubin2016 What device did you test on?
Besides, you can use new AndroidPrinter(int maxChunkSize) instead on new AndroidPrinter(), and specify a safe chunk size, for example 4053.
XLog.init(LogLevel.ALL);
Logger xlog = XLog.tag(TAG).build();
String string = "00000000000000001111111"; //超过4053个字符就会丢失字符,最多丢失10个字符,会自动换行打印;
xlog.i(string);
The text was updated successfully, but these errors were encountered: