[6.4.0][启自驾指引] 添加时间参数

This commit is contained in:
renwj
2024-04-30 10:27:34 +08:00
parent 62fe098e3a
commit eef2826b42

View File

@@ -195,11 +195,13 @@ object StatusManager {
it.isNotEmpty()
}?.also { l ->
l.filter { it.isException() }.also { ll ->
val time = System.currentTimeMillis()
ThreadUtils.getIoPool().execute {
val result = runCatching {
MogoAnalyticUtils.track(
"vehicle_start_autopilot_state_check",
HashMap<String, Any>().also { itx ->
itx["time"] = time
itx["desc"] = ll.joinToString(",") { item ->
when (item) {
is SteerStatus -> "方向盘"