[2.13.2]新增V2N事件

This commit is contained in:
renwj
2023-01-11 08:42:29 +08:00
parent 5a1554c4fa
commit cd80420605
22 changed files with 384 additions and 321 deletions

View File

@@ -18,6 +18,7 @@ class ThreadOptStartup: AndroidStartup<Boolean>() {
/*.dump(DumpConfig.Builder()
.dumpLogFilePath(File(context.getExternalFilesDir(null), "thread_dump_log_${ SimpleDateFormat("yyyy-MM-dd-HH-mm-ss", Locale.ROOT).format(Date()) }.txt").absolutePath)
.dumpPeriod(5, SECONDS)
.threadRunThreshold(10, SECONDS)
.build())*/)
return true
}