- 查看连接的设备
dell$ adb devices
List of devices attached
7HX×××××× device
ip:5555 offline
- 安装/卸载Android 应用
adb install packagesname
adb uninstall packagesname
- 查看设备安装包名
dell@l$ adb shell pm list packages
package:com.huawei.scenepack
package:com.huawei.hifolder
- 查看安装包的路劲
adb shell pm path packagename
- 查看输出日志过滤
adb logcat | grep -i com.
-
查看应用启动时间或者某个Activity时间方法
image.png
网友评论