手机测试中adb常用命令
Posted aiqin5201314
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了手机测试中adb常用命令相关的知识,希望对你有一定的参考价值。
adb kill-server
adb start-server
adb devices
adb get-state , 获取设备的状态
adb shell ps | grep adbd ,可以找到该后台进程,windows 请使用 findstr 替代 grep
adb shell getprop | grep xxx
adb shell rm xxx
adb shell
adb root
adb reboot
adb reboot fastboot
adb remount
adb install
adb uninstall
pm install
pm uninstall
adb logcat
adb pull
adb push
adb shell input text
以上是关于手机测试中adb常用命令的主要内容,如果未能解决你的问题,请参考以下文章