note code of bug, and wait to test

This commit is contained in:
zhongchao
2022-03-23 13:52:28 +08:00
parent c0ac4beda6
commit 2a5e9a394b
4 changed files with 14 additions and 20 deletions

View File

@@ -21,14 +21,11 @@ import record_cache.RecordPanelOuterClass
class DevaToolsProvider : IDevaToolsProvider {
companion object {
const val MODULE_NAME = "DevaTools"
const val MODULE_NAME = "DevaToolsProvider"
}
private var mContext: Context? = null
override val functionName: String
get() = "DevaToolsProvider"
override fun init(context: Context) {
mContext = context
traceManager.init(context)
@@ -92,7 +89,4 @@ class DevaToolsProvider : IDevaToolsProvider {
// upgradeManager.downLoadPackage(mContext!!, downLoadKey)
}
override fun onDestroy() {
MogoLogCatchManager.onDestroy()
}
}