fix bug of init time
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user