xLog icon indicating copy to clipboard operation
xLog copied to clipboard

XLog日志打印乱码

Open welthy opened this issue 1 year ago • 0 comments

image 如上,打印日志乱码,也不是中文。XLog版本1.11.1

我的配置: LogConfiguration config = new LogConfiguration.Builder() .logLevel(LogLevel.ALL).tag(TAG) .enableThreadInfo() .enableBorder() .build(); Printer androidPrinter = new AndroidPrinter(true); Printer consolePrinter = new ConsolePrinter(); XLog.init(config, androidPrinter, consolePrinter);

welthy avatar Dec 05 '24 14:12 welthy