Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: docs/android_logging.md

Issue 1540943002: [doc] Clarifiy that logcat filters don't support regexes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_logging.md
diff --git a/docs/android_logging.md b/docs/android_logging.md
index d7d248f583f37902f812a783630912c99391fa1b..c8404e3ba461944780747ed9307d0920ea74ab57 100644
--- a/docs/android_logging.md
+++ b/docs/android_logging.md
@@ -200,5 +200,9 @@ environment variable:
export ANDROID_LOG_TAGS="cr_YourModuleTag:D *:S"
```
+The syntax does not support tag expansion or regular expressions other than `*`
+for all tags. Please use `grep` or a similar tool to refine your filters
+further.
+
For more, see the [related page on developer.android.com]
(http://developer.android.com/tools/debugging/debugging-log.html#filteringOutput)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698