[2.13.2]V2X新增事件代码提交

This commit is contained in:
renwj
2023-01-13 18:44:14 +08:00
committed by lianglihui
parent df1d743352
commit ec388f757c

View File

@@ -15,11 +15,11 @@ class ThreadOptStartup: AndroidStartup<Boolean>() {
ThreadManager
.init(ThreadConfig.Builder()
.maxKeepAliveTime(5, SECONDS)
.dump(DumpConfig.Builder()
/*.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()))
.build())*/)
return true
}