[8.2.6][fix]修复测试数据分发中:直播流测试无法触发问题

This commit is contained in:
xinfengkun
2025-10-15 10:11:00 +08:00
parent 3614889962
commit 0744464705

View File

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