当前位置:网站首页>ADB command summary
ADB command summary
2022-04-22 08:07:00 【Short man code】
1.adb The basic command adb uninstall + Package name uninstall apk
2. Get package name 1. Decompile aapt dump badging + File path 2.1 open app 2.abd shell terminal 3、dumpsys window |grep mCu
3.adb Parameters -s Specify the mobile device -r coordination adb install Overlay installation app
4.adb shell Get into linux terminal
5.abd push Computer file path Mobile phone upload file path abd pull Mobile file path Computer download path
High order
1.dumpsys package + route
2.pm path app route
3.am start -n <package_name>/.<activity_class_name> start-up app
4. To get activity_class_name
5.pm clear<package_name> View running app Process information
6.kill -9 pid Force kill process
7.dumpsys meminfo <package_name> Check the memory usage of the mobile phone
8.input keyevent key_code Press and hold the key
9.adb logcat -s View the log filter tab
10.adb logcat -f Specify the log save path ( Mobile path )
11.adb logcat -v Set log display format -raw -long
12.adb -c Empty the log cache
13. Each filter V D I W E F S
Monkey
monkey -p Set the package name to test
monkey -v -v Set the log level
monkey --throttle Millisecond interval between user pieces
monkey -s Set the seed value of random number 1--10
版权声明
本文为[Short man code]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220629421515.html
边栏推荐
- 带有支付功能的产品测试
- JMeter performance indicator monitoring: CPU, memory, disk, network
- web问题定位实战:2.提示信息、字段校验
- JSON相关
- 递归-输出连续递增的数
- Web problem location: F12, how to find the corresponding interface
- Shiping information appeared at the China traditional Chinese medicine information conference to help build the data security system of the pharmaceutical industry
- web自动化:6.selenium下拉选择框的操作-Select
- JS dynamically merge cells
- web自动化:5.2selenium鼠标操作原理:ActionChains-延时调用
猜你喜欢
![[technology] how does Siemens soft PLC communicate with configuration software?](/img/a7/c8cb4201f933c24d13118d607f346f.png)
[technology] how does Siemens soft PLC communicate with configuration software?

The exchange meeting on the interpretation of the data security law and the application of security and confidentiality technology was successfully held in Beijing

.net WebAPI访问授权机制及流程设计(header token+redis)

Postman interface automation-3-tests assertion 3: get dynamic parameters and set environment variables (Interface Association)

初级测试:普通 VS 优秀

SuperSocket在.Net5中使用——概念篇

monkey

专注数据安全,世平信息上榜中国网络安全行业全景图六大细分领域

通用测试技术【二】测试方法

JMeter simulates get requests
随机推荐
utgard连接opcserver报错Caused by: org.jinterop.dcom.common.JIRuntimeException: Access is denied. [0x800
WordPress personal website construction
selenium 驱动安装
带有支付功能的产品测试
mysql安装采坑
Redis listens for key expiration events
Echars dynamically realizes the scatter diagram and customizes the information prompt box
通用测试技术【一】测试的分类
数据库原理课程设计——物资发放管理系统
实验5 组件及事件处理
The exchange meeting on the interpretation of the data security law and the application of security and confidentiality technology was successfully held in Beijing
adb命令的使用【一】
Why do I value document naming so much?
通用测试技术【二】测试方法
Navicat误删了连接,如何恢复数据库
数据驱动pytest1
【Mock数据】fastmock根据传入参数动态返回mock内容
八阿哥纪事【四】
SuperSocket在.Net5中使用——概念篇
JSON相关