android studio 中 adb logcat 在这里敲

官方视频和网络大都没有详细介绍命令行(IDE集成的那个比较容易看到)下 logcat 最初怎么进入,倒是具体用法详细的翻译了官网的文档。

所以记录如下:

(1)下面的官网上写了

https://developer.android.com/studio/command-line/logcat.html#Syntax

(***)

(2)摘要如下:

Command-line Syntax 

[adb] logcat [<option>] ... [<filter-spec>] ...

You can run logcat as an adb command or directly in a shell prompt of your emulator or connected device. To view log output using adb, navigate to your SDK platform-tools/ directory and execute:

$ adb logcat

You can create a shell connection to a device and execute:

$ adb shell

# logcat

(3)看红色的部分,找到工具位置

(4)在命令行下进入该目录,执行

adb shell

logcat

(5)方便使用写个脚本,每次点一下

@echo off
set adbPath=C:\Users\computer\AppData\Local\Android\sdk\platform-tools
cd %adbPath%
adb shell
Pause

(6)other

     Log.d 可能打印不出来,这个可能是手机的设置问题,我在华为的荣耀机型上测试发现,

需要 打开log设置(输入一串数字)的电源日志,也不知道他们是怎么想的。

 

其他具体怎么用,等 随便一搜就一堆,大都类似。

 

转载于:https://www.cnblogs.com/sansuiwantong/p/5991644.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值