From 4ed3a7ab3290dea7fa99032dc2a9a59f9d9adfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 4 Aug 2021 20:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..9b28fa66b6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +#### 自测试-广播触发 +// 增加日志输出空间 +adb logcat -G 100m + +adb shell +setprop debug.mogo.root 1 +exit +adb root +adb remount +adb shell + +// (新的HMI)使用命令行触发 V2X 预警场景 +adb shell am broadcast -a com.v2x.control --ei warningType 2 + +// (旧版本)使用命令行触发各种测试场景演示 +adb shell am broadcast -a com.v2x.test_panel_control --ei sceneType 1 + +// 右侧弱势交通参与者 +adb shell am broadcast -a com.v2x.adas_data_broadcast --es ADASData right + +// 调用应用内的模拟 +adb shell am broadcast -a com.mogo.mock --ei oper 46