Rockets1080
Rockets1080
应该取end 和newLine二者之间的最小值
应该end = newLine != -1 ? Math.min(end,newLine) : end;取代end = newLine != -1 ? newLine : end;
可以根据debug或者release版本老设置日志开关的
如果你只是想局部打印日志的话,就new一个Logger配置打印level,不要使用全局的Xlog进行打印

打印堆栈信息遇到同样的问题
 1. It is necessary to determine whether the current style width is greater than the screen width; 2. Keep the aspect ratio of the picture, otherwise the picture will...