会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
子信风蓝蓝
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
2016年7月5日
安卓应用启动时间测试
摘要: 打开adb,输入以下命令: adb shell am start -W -n com.zhangshao.app/com.qihoo.util.StartActivity am是shell中集成的一个命令,ActivityManager的简写。-W是指启动完成之后,返回启动耗时。-n后面跟的是需要启
阅读全文
posted @ 2016-07-05 16:50 子信风蓝蓝
阅读(2869)
评论(0)
推荐(0)
2016年7月4日
monkey命令
摘要: 1.$ adb shell monkey <event-count> <event-count>是随机发送事件数 例:adb shell monkeyn 1000 发送1000个随机事件 2.$ adb shell monkey [options] <event-count> [options]是m
阅读全文
posted @ 2016-07-04 17:12 子信风蓝蓝
阅读(20760)
评论(2)
推荐(2)
2016年6月29日
monkeyrunner自动登录脚本
摘要: 查看坐标是多少的方法:使用手机的指针位置来实现:系统设置 开发者选项 勾选指针位置,然后开启后,点击界面需要点击的控件就会显示X、Y轴坐标值了 查看包名和activity名称的方法:下载apktool,把里面的三个文件放到windows目录下,然后在cmd下输入:aapt dump badging
阅读全文
posted @ 2016-06-29 16:46 子信风蓝蓝
阅读(963)
评论(0)
推荐(0)
2015年5月25日
monkey基本命令参数详解示例
摘要: Monkey基本命令参数参数名基本功能举例-p参数-p用于约束限制,用此参数指定一个或多个包(Package,即App)。指定 包之后,Monkey将只允许系统启动指定的APP。如果不指定包,Monkey将允许系统启动设备中的所有APP。 *指定一个包: adb shell mo...
阅读全文
posted @ 2015-05-25 11:20 子信风蓝蓝
阅读(6177)
评论(0)
推荐(1)
2015年5月19日
adb shell input keyevent code详解
摘要: adb shell input keyevent 7 # for key '0'adb shell input keyevent 8 # for key '1'adb shell input keyevent 29 # for key 'A'adb shell input keye...
阅读全文
posted @ 2015-05-19 17:30 子信风蓝蓝
阅读(21521)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
公告