[sweeper-cloud]灯态日志打印添加

This commit is contained in:
bxb
2023-05-26 22:09:31 +08:00
parent 3a1284bdfa
commit 829cb457fd

View File

@@ -58,7 +58,7 @@ class SweeperTrafficLightView @JvmOverloads constructor(
override fun showTrafficLight(checkLightId: TrafficLightEnum, lightSource: DataSourceType) {
mCurrentLightId = checkLightId
updateTrafficLightIcon(checkLightId)
CallerLogger.d(SceneConstant.M_SWEEPER + TAG,lightSource.name)
CallerLogger.d(SceneConstant.M_SWEEPER + TAG,"灯态类型:"+checkLightId.name +"灯态来源:"+DataSourceType.getName(lightSource))
}
/**