工具
Snhe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android logcat中显示当前类名函数名和行数信息
android logcat中显示当前类名函数名和行数信息import android.util.Log;public class LogUtils { private static final String TAG = "LogUtils"; private static final int STACK_TRACE = 3; public static void log(Str转载 2016-01-14 15:32:47 · 1330 阅读 · 0 评论 -
android monkey自动化测试
在ubunt下://启动adb shell monkey -p your.package.name -v 500//停止adb shell ps//查找出com.android.commands.monkey 进程PIDadb shell kill pid//杀掉进程转载 2016-01-14 15:34:43 · 350 阅读 · 0 评论 -
android adb启动程序
adb shellam start -n com.xxx.cocos2dx.defendwar/com.xxx.cocos2dx.activity.GameMain转载 2016-01-14 16:08:20 · 314 阅读 · 0 评论
分享