
logcat
WannaYoo
这个作者很懒,什么都没留下…
展开
-
Android adb logcat 抓Log详解
使用cmd进入命令窗口,也可以在当前目录下按Shift+鼠标右键,选择“在此处打开命令行(W)”;使用 logcat 命令: 一、查看和跟踪系统日志缓冲区的命令logcat的一般用法(格式)是:[adb] logcat [option>] ... [filter-spec>] ... PC端连接上需要抓取Log的机器,进入原创 2017-12-08 15:52:29 · 4015 阅读 · 0 评论 -
adb命令打开系统设置界面
adb命令打开系统设置界面打开系统设置主界面 adb shell am start com.android.settings/com.android.settings.Settings安全 adb shell am start com.android.settings/com.android.settings.SecuritySettings手机无线信息 adb shel...转载 2019-07-24 18:29:40 · 16228 阅读 · 0 评论