android大概是通过logcat拦截Log

我们必须在系统的环境变量先增加adb 路径:

android大概是通过logcat拦截Log

android大概是通过logcat拦截Log

在原有环境的后面增加;E:\Android\android-sdk-r16\platform-tools(;是不能缺少的)

然后我们在cmd中输入adb,能够看到adb命令的一系列介绍

我们得看设备是否链接上了ADB,这个时候我们必须输入adb devices

android大概是通过logcat拦截Log

假设没有连接上,则输入adb kill-serveradb start-sever

然后我们输入命令:adb logcat -d -v threadtime
> log.txt

android大概是通过logcat拦截Log

能够在当前的路径下找到log.txt

android大概是通过logcat拦截Log

版权声明:本文博客原创文章,博客,未经同意,不得转载。

上一篇:form 登陆跳转页面练习(未连接数据库)和连接数据库版


下一篇:python3 urllib.request 网络请求操作