[6.5.0] remove log and add trace

This commit is contained in:
EmArrow
2024-07-22 19:57:15 +08:00
parent 8089a8b8dd
commit 737d8f5012
2 changed files with 1 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ class RoadCrossCameraManager : IMoGoMapRoadListener {
traceError(" ${cameraDeviceInfo.deviceIp} click request error :$errorMsg")
})
}
CallerLogger.d("$M_MAP$TAG", "add marker:$cameraDeviceInfo")
roadCrossTrace(TAG, mapOf("cameraDeviceInfo" to cameraDeviceInfo))
overlayManager?.showOrUpdatePoint(builder.build())
}
}