一个ADB命令,在一个手机上可以正常运行,在另一个上不行;为什么
答案:2 悬赏:40 手机版
解决时间 2021-03-24 00:17
- 提问者网友:星軌
- 2021-03-23 08:11
一个ADB命令,在一个手机上可以正常运行,在另一个上不行;为什么
最佳答案
- 五星知识达人网友:撞了怀
- 2021-03-23 09:29
应该是参数配置问题,看monkey 的说明:
$ adb shell monkey
usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]
[-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]
[-s SEED] [-v [-v] ...]
[--throttle MILLISEC] [--randomize-throttle]
。。。。。。(中间省略掉)
COUNT
用法应该是$ adb shell monkey [参数] [要执行的次数]
比如你那个命令,包名为com.tddapp.main,输出级别为-v,事件间隔为350毫秒,运行400次,那么应该是这个顺序:
$ adb shell monkey -p com.tddapp.main --throttle 350 -v 400追问不可能的,这个命令在其他手机上还是OK的
我现在按照你的命令,也是不行
C:\Users\Administrator>adb shell monkey -p com.tddapp.main --throttle 350 -v 400
此处省略,字数限制
:Sending rotation degree=0, persist=false
$ adb shell monkey
usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]
[-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]
[-s SEED] [-v [-v] ...]
[--throttle MILLISEC] [--randomize-throttle]
。。。。。。(中间省略掉)
COUNT
用法应该是$ adb shell monkey [参数] [要执行的次数]
比如你那个命令,包名为com.tddapp.main,输出级别为-v,事件间隔为350毫秒,运行400次,那么应该是这个顺序:
$ adb shell monkey -p com.tddapp.main --throttle 350 -v 400追问不可能的,这个命令在其他手机上还是OK的
我现在按照你的命令,也是不行
C:\Users\Administrator>adb shell monkey -p com.tddapp.main --throttle 350 -v 400
此处省略,字数限制
:Sending rotation degree=0, persist=false
全部回答
- 1楼网友:玩家
- 2021-03-23 10:15
遇到同样的问题
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯