[3.4.0] note the jank status logic

This commit is contained in:
zhongchao
2023-08-03 15:32:59 +08:00
parent d2e3be810c
commit dfdab19420

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() {