0

Fix the typo in the code block of chrome_public_apk logcat doc.

Bug: None
Change-Id: I3101fd8621b44afaf145651fa22f5ee21f15dc4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4798331
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Joonghun Park <pjh0718@gmail.com>
Cr-Commit-Position: refs/heads/main@{#1186281}
This commit is contained in:
박중헌
2023-08-22 05:17:42 +00:00
committed by Chromium LUCI CQ
parent 416f0319cd
commit e605cf2a72

@ -333,7 +333,7 @@ with `.*`), eg:
```shell
export CHROMIUM_LOGCAT_HIGHLIGHT='(WARNING|cr_Child)'
out/Default.bin/chrome_public_apk logcat
out/Default/bin/chrome_public_apk logcat
# Highlights messages/tags containing WARNING and cr_Child strings.
```