[3.2.0][APM] APM初始化在读是否是Debug时,切换到子线程
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
package com.mogo.eagle.core.function.api.devatools.apm
|
||||
|
||||
import androidx.annotation.WorkerThread
|
||||
|
||||
interface IApmEnvProvider {
|
||||
|
||||
fun init(buildType: String, netType: String, dockerVersion: String)
|
||||
|
||||
fun onEnvChanged(buildType: String, netType: String, dockerVersion: String)
|
||||
|
||||
@WorkerThread
|
||||
fun isDebugEnabled(): Boolean?
|
||||
}
|
||||
Reference in New Issue
Block a user