Commit a5119c87 by zhangchengbo

feat:添加Log库初始化

parent fa7e3e63
...@@ -6,6 +6,15 @@ import com.simplemobiletools.commons.extensions.checkUseEnglish ...@@ -6,6 +6,15 @@ import com.simplemobiletools.commons.extensions.checkUseEnglish
class App : Application() { class App : Application() {
override fun onCreate() { override fun onCreate() {
super.onCreate() super.onCreate()
initLog()
checkUseEnglish() checkUseEnglish()
} }
private fun initLog() {
com.secspace.log.Log.init(this)
com.secspace.log.Log.setDebug(true)
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment