adb命令 logcat日志抓取 一.logcat抓log方法:adb logcat命令,可以加条件过滤1.安装SDK(参考android sdk环境安装)2.使用数据线链接手机,在手机助手的sdcard中建立一个1.log的文件或在抓日志时直接导出到电脑位置3.程序运行cmd,进入到含有adb.e ...
分类:
数据库 时间:
2020-01-30 19:00:19
阅读次数:
105
Monkey结果输出 1.保存在pc中 adb shell monkey [option] <count> >d:\monkey.txt 2.保存在手机中 adb shell monkey [option] <count> >/mnt/sdcard/monkey.txt 3.标准流与错误流分开保存 ...
分类:
其他好文 时间:
2020-01-30 18:52:21
阅读次数:
82
adb shell pm list packages -3 |grep neteas* monkey -h usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...] [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...
分类:
其他好文 时间:
2020-01-30 17:22:26
阅读次数:
102
linux: adb shell ps |grep netease 杀进程: adb shell kill [PID] //杀死进程 C:\Users\chenquan>adb shell psUSER PID PPID VSIZE RSS WCHAN PC NAMEroot 1 0 428 240 ...
分类:
数据库 时间:
2020-01-29 23:58:58
阅读次数:
183
通过以上两个方法查询到运行的system service后,就可以在dumpsys后面加上service的名字,查看指定的service信息。 // 查看Activity相关信息adb shell dumpsys activity// 查看CPU相关信息adb shell dumpsys cpuin ...
分类:
其他好文 时间:
2020-01-29 23:49:41
阅读次数:
68
Leetcode股票问题总结 ADB使用总结 Java文件重命名 SpringBoot文件操作的一些问题 A... ...
分类:
其他好文 时间:
2020-01-29 12:47:49
阅读次数:
141
yum install mariadb-server systemctl start mariadb systemctl enable mariadb mysql_secure_installation 此处设置的是数据库root密码,和系统root无关。 开始root密码默认为空,直接回车,然后设 ...
分类:
数据库 时间:
2020-01-28 13:46:46
阅读次数:
80
appium 一、原理 1.调用Android adb命令完成基本系统操作 2.android上部署bootstrap.jar 3.bootstrap.jar通过forward端口和pc建立连接 4.pc端分析命令,通过forward端口传给bootstrap.jar 5.bootstrap.jar ...
分类:
其他好文 时间:
2020-01-27 12:16:56
阅读次数:
198
github地址:https://github.com/wangshub/wechat_jump_game 工具介绍 Python 3 Android 手机 Adb 驱动 Python Matplot绘图 python3安装 安装pip 安装依赖包 在github地址将源码下载下来解压后,使用cd命 ...
分类:
微信 时间:
2020-01-26 20:58:24
阅读次数:
139
1.adb shell am start -S -W -n appname 2.adb shell am force-stop packagename 3.adb shell input keyevent 4.adb shell dumpsys cpuinfo | grep packagename ...
分类:
移动开发 时间:
2020-01-23 15:34:41
阅读次数:
97