Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于调试原因,我想打印一些日志,似乎打印和木材都不适用于撰写,还有什么替代选择?
Timber或者在 ComposeLog中println都可以正常工作,如果 Timber 不工作,那么检查你是否进行了初始化Timber。
Timber
Log
println
将木材初始化为
if (BuildConfig.DEBUG) { Timber.plant(DebugTree) }
里面Application::onCreate() method
Application::onCreate() method