We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
这是个bug吧,只要配置了AndroidPrinter就会一致打印。。。
Sorry, something went wrong.
你不调 Logger.d/e() 这些函数就不会打印呀
@Override public void run() { LogItem log; try { while ((log = logs.take()) != null) { doPrintln(log.timeMillis, log.level, log.tag, log.msg); } } catch (InterruptedException e) { e.printStackTrace(); synchronized (this) { started = false; } } } logs 消费完了会阻塞,没有手动 quit
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: