[2.13.0] fix bug of fw trace log and update main log func

This commit is contained in:
zhongchao
2022-11-29 15:13:08 +08:00
parent 819b9a3ede
commit c8d9832181
3 changed files with 12 additions and 9 deletions

View File

@@ -8,6 +8,9 @@ class SceneConstant {
const val M_NETWORK = "M_NETWORK-"
const val M_UTIL = "M_UTIL-"
//Main
const val M_MAIN = "M_MAIN-"
//core业务module
const val M_ADAS_IMPL = "M_ADAS_IMPL-"
const val M_BINDING = "M_BINDING-"