[3.4.0][Block] 关掉相关功能

This commit is contained in:
renwj
2023-08-03 17:04:15 +08:00
committed by zhongchao
parent 0769ca3e4a
commit f34b2e68d8
2 changed files with 5 additions and 5 deletions

View File

@@ -127,10 +127,10 @@ class DevaToolsProvider : IDevaToolsProvider {
logRecordProvider.start() logRecordProvider.start()
} }
// mContext?.also { mContext?.also {
// block.init(it) block.init(it)
// block.start() block.start()
// } }
} }
override fun checkMonitorDb() { override fun checkMonitorDb() {

View File

@@ -19,7 +19,7 @@ LancetX {
enable true enable true
} }
main_block_check { main_block_check {
enable true enable false
} }
} }
} }