[3.4.0] note the jank status logic

This commit is contained in:
zhongchao
2023-08-03 15:32:59 +08:00
parent 9da644ef99
commit f46f81747e

View File

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