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) }