赞
踩
官方文档
使用Devtools工具调试前端页面
webview.WebviewController.setWebDebuggingAccess(true)
chrome 访问 chrome://inspect/#devices
Discover network targets 中添加 localhost:9222
创建cat.sh
name=$(hdc shell ps -ef | grep com.cib.qdzg | awk '{print $2}')
echo "prefix_${name}"
pid=${name##*_}
hdc fport tcp:9222 localabstract:webview_devtools_remote_$pid
./cat.sh
hdc fport ls
查看所有进程
进程太多要清掉,关闭服务
hdc server kill
hdc server start
使用hdc list targets
查看设备
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。