diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt index ef3b23007b..31f7eaba78 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt @@ -84,12 +84,13 @@ internal object V2NIdentifyDrawer { return@Callback true } if (msg.what == MSG_WHAT_DRAW_SHIGONE) { - Log.d("V2NIdentifyDrawer", "---callback -- drawShiGong --- 2 ---:data: ${ filtered.joinToString(",") { GsonUtils.toJson(it) } }") + Log.d("V2NIdentifyDrawer", "---callback -- drawShiGong --- 2 ---") } else { - Log.d("V2NIdentifyDrawer", "---callback -- drawShiGu --- 2 ---data: ${ filtered.joinToString(",") { GsonUtils.toJson(it) } }") + Log.d("V2NIdentifyDrawer", "---callback -- drawShiGu --- 2 ---") } filtered.forEach { itx -> val id = itx.uuid.toString() + Log.d("V2NIdentifyDrawer", "---callback --- id: $id ---") AiRoadMarker.aiMakers.getOrPut(id) { AiRoadMarker().apply { val poiType = getPoiType(itx.type).poiType @@ -204,13 +205,14 @@ internal object V2NIdentifyDrawer { V2XBizTrace.onAck(TAG, mapOf("yongDu-filter" to ""), true) return@Callback true } - Log.d("V2NIdentifyDrawer", "---callback -- drawYongDu --- 2 ---data: ${ filtered.joinToString(",") }") + Log.d("V2NIdentifyDrawer", "---callback -- drawYongDu --- 2 ---") filtered.forEach { itx -> val id = itx.rteId.toString() val lon = itx.eventPos?.offsetLL?.positionLatLon?.lon?.let { it * 1.0 / 10_000_000 } ?: 0.0 val lat = itx.eventPos?.offsetLL?.positionLatLon?.lat?.let { it * 1.0 / 10_000_000 } ?: 0.0 + Log.d("V2NIdentifyDrawer", "---callback -- id: $id---") AiRoadMarker.aiMakers.getOrPut(id) { AiRoadMarker().apply { val poiType = getPoiType(itx.eventType).poiType diff --git a/core/mogo-core-res/src/main/res/raw/v2x_shigu_sanjiaopai.nt3d b/core/mogo-core-res/src/main/res/raw/v2x_shigu_sanjiaopai.nt3d index 79c8df21ad..45a06115ce 100644 Binary files a/core/mogo-core-res/src/main/res/raw/v2x_shigu_sanjiaopai.nt3d and b/core/mogo-core-res/src/main/res/raw/v2x_shigu_sanjiaopai.nt3d differ diff --git a/gradle/bytex/bytex.gradle b/gradle/bytex/bytex.gradle index daa366db18..853adeef6c 100644 --- a/gradle/bytex/bytex.gradle +++ b/gradle/bytex/bytex.gradle @@ -17,6 +17,6 @@ if (!isAndroidTest) { apply from: rootProject.file('gradle/bytex/bytex_apm.gradle') apply from: rootProject.file('gradle/bytex/bytex_systrace.gradle') apply from: rootProject.file('gradle/bytex/bytex_matrix.gradle') - apply from: rootProject.file('gradle/bytex/bytex_handler_proxy.gradle') +// apply from: rootProject.file('gradle/bytex/bytex_handler_proxy.gradle') // apply from: rootProject.file('gradle/bytex/bytex_btrace.gradle') }