
APP
number1killer
软件测试
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
logcat抓取(崩溃、超时、异常、错误)
抓取错误日志 抓取崩溃日志抓取超时日志抓取异常日志原创 2017-09-18 18:40:44 · 5552 阅读 · 0 评论 -
用monkey脚本看自己的博文
这个脚本是适用于联想手机或者装有联想手机浏览器的手机。如果浏览量很多的话后续还会写一些百度浏览器版的脚本。原创 2017-09-22 11:01:42 · 576 阅读 · 0 评论 -
【Android 应用开发】GitHub 优秀的 Android 开源项目
原文地址为http://www.trinea.cn/Android/android-open-source-projects-view/,作者Trinea主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、Ta转载 2017-08-30 13:40:08 · 1401 阅读 · 0 评论 -
用adb shell top单独选取某个应用的动态数据
使用该命令时记得先进入adb shell模式,详细内容参见《怎么进入adb shell模式》http://blog.youkuaiyun.com/number1killer/article/details/79192914,否则无法使用。原创 2018-01-29 11:27:42 · 2001 阅读 · 0 评论 -
怎么进入adb shell模式
原创 2018-01-29 11:08:43 · 23204 阅读 · 0 评论 -
adb中top 命令详解
The types of system summary information shown and the types, order and size of information dis‐played for processes are all user configurable and that configuration can be made persistent across restarts.所显示的系统概要信息的类型以及进程所传递的信息的类型、顺序和大小都是用户可配置的,并且该配置可以原创 2017-09-19 18:55:11 · 5767 阅读 · 0 评论 -
adb工具中的cd..、exit和stop device
文中的命令可能会因为版本的不同而有所有不同。原创 2018-01-29 13:25:04 · 1241 阅读 · 0 评论 -
adb模式和adb shell模式下的文件操作的不同之ls、findstr和grep
原创 2018-01-29 13:17:48 · 2502 阅读 · 0 评论