add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,25 +1,25 @@
# adb logcat
> 转储系统消息日志。
> 更多信息:<https://developer.android.com/tools/logcat>.
> 转储系统消息日志。
> 更多信息:<https://developer.android.com/tools/logcat>
- 显示系统日志:
`adb logcat`
- 显示符合正则表达式的行:
- 显示匹配正则表达式的行:
`adb logcat -e {{正则表达式}}`
- 显示特定优先级下V详细D调试I信息W警告E错误F严重错误S静默标记的日志,过滤其他标
- 以特定模式([V]详细,[D]调试,[I]信息,[W]警告,[E]错误,[F]致命,[S]静默)显示特定标签的日志,过滤其他标
`adb logcat {{标}}:{{最低优先级}} *:S`
`adb logcat {{标}}:{{模式}} *:S`
- 详细V模式显示 React Native 应用程序的日志,静默S其他标
- 详细模式显示 React Native 应用程序的日志,静默其他标
`adb logcat ReactNative:V ReactNativeJS:V *:S`
- 显示优先级为警告W及以上的所有标签的日志:
- 显示所有标签的日志,优先级为警告及以上
`adb logcat *:W`
@@ -27,10 +27,10 @@
`adb logcat --pid {{pid}}`
- 显示某个特定软件包的进程日志:
- 显示特定包的进程日志:
`adb logcat --pid $(adb shell pidof -s {{软件包}})`
`adb logcat --pid $(adb shell pidof -s {{包}})`
- 日志色(通常与过滤器一起使用):
- 日志色(通常与过滤器一起使用)
`adb logcat -v color`
`adb logcat -v color`