From 1cf1bacc9d362c1bc2e4886fd22e708d61ecc098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 15 Sep 2021 19:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 董宏宇 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a5b02adccb..456e12867b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ adb root adb remount adb shell +adb 过滤日志 +adb -s 192.168.1.37:5555 logcat -v time > /tmp/padlog/0915obu.txt +adb -s 192.168.1.37:5555 logcat -v time | grep "com.mogo.launcher.f" + // (新的HMI)使用命令行触发 V2X 预警场景 // 顶部弹窗场景,控制展示 adb shell am broadcast -a com.hmi.v2x.notification --ez v2xIsShow true --es tag "200011" --ei v2xType 20011 --es alertContent "测试外部传入数据" --es ttsContent "测试TTS"