fix bug of init time

This commit is contained in:
zhongchao
2022-03-02 18:01:53 +08:00
parent ce09c619b8
commit 1820610e42
3 changed files with 10 additions and 9 deletions

View File

@@ -31,9 +31,9 @@ class DevaToolsProvider : IDevaToolsProvider {
get() = "DevaToolsProvider"
override fun init(context: Context) {
initTrace(context)
MogoLogCatchManager.init(context)
logCheck(context)
initTrace(context)
}
private fun logCheck(context: Context) {