2021-05-25 18:24:05 +01:00
|
|
|
# logcat
|
|
|
|
|
|
|
|
> 转储系统消息日志。
|
2021-10-01 19:28:01 +01:00
|
|
|
> 更多信息:<https://developer.android.com/studio/command-line/logcat>.
|
2021-05-25 18:24:05 +01:00
|
|
|
|
|
|
|
- 显示系统日志:
|
|
|
|
|
|
|
|
`logcat`
|
|
|
|
|
|
|
|
- 将系统日志写入文件:
|
|
|
|
|
|
|
|
`logcat -f {{文件路径}}`
|
|
|
|
|
|
|
|
- 显示与正则表达式匹配的行:
|
|
|
|
|
|
|
|
`logcat --regex {{正则表达式}}`
|