add chain in carconfig which writing in init file and add pushing interface of log cache upload func

This commit is contained in:
zhongchao
2022-05-18 16:26:49 +08:00
parent a5a6ff96f4
commit 3421d30e68
3 changed files with 13 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ object MogoLogCatchManager : IMogoOnMessageListener<RemoteLogPushContent>, Handl
}
CACHE_TRACE_UPLOAD -> {
TipToast.longTip("上传本地缓存链路日志")
LogInfoManagerFactory.cacheTraceLogUpload()
}
else -> {
}