一、查询系统版本号
hdc shell param get const.build.ver.physical
二、安装应用
hdc install -r 【hap路径】
三、hilog dump
hdc file recv /data/log/hilog
四、hilog 清除
1.hdc shell
2.cd /data/log/hilog
3.rm -rf *
五、查询手机 SN
hdc list targets
六、输出hilog至指定文件
hdc shell hilog -Q domainoff
hdc shell hilog -Q pidoff
hdc shell hilog -b D
hdc hilog >> d://txt.log
持续待更新......