From 0744464705cd043ecaa83ed9c3103975cc055c71 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Wed, 15 Oct 2025 10:11:00 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.6][fix]=E4=BF=AE=E5=A4=8D=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=95=B0=E6=8D=AE=E5=88=86=E5=8F=91=E4=B8=AD=EF=BC=9A?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=B5=81=E6=B5=8B=E8=AF=95=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/common/module/debug/DebugDataDispatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt b/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt index b8baa86142..3a971944e8 100644 --- a/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt +++ b/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt @@ -87,7 +87,7 @@ object DebugDataDispatch { const val collisionRisk = "CollisionRisk" const val mediaStationMedia = "stationMedia" -// adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "video" --ei add 2 +// adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "video" --ei add 2 --es url "rtmp://liteavapp.qcloud.com/live/liteavdemoplayerstreamid" // adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "location" --es path "1111/11111" // adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "pncAction" // adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "CollisionRisk" @@ -173,7 +173,7 @@ object DebugDataDispatch { val test = TextView(ActivityUtils.getTopActivity()) test.text = "测试view" test.setTextColor(Color.parseColor("#66FFFFFF")) - CallerOchBizFunctionCall4EagleManager.setVideoView(test) + CallerOchBizFunctionCall4EagleManager.setVideoView(driveVideoView) }else{ CallerOchBizFunctionCall4EagleManager.setVideoView(null) }