summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mary Yanchar <myanchar@google.com> 2016-03-22 00:16:00 +0000
committer android-build-merger <android-build-merger@google.com> 2016-03-22 00:16:00 +0000
commitab2f16dafabd64b9dbf830d07144c86435dc0b06 (patch)
treeb3537a1816c60d8dfef122fa8fc526db595d203e
parentea61ca933160c353f1233a235871f86226b79fcb (diff)
parent9b3a7fa26ef0639b08740ebe80868165e391ca25 (diff)
docs: Corrected typo in logcat example
am: 9b3a7fa * commit '9b3a7fa26ef0639b08740ebe80868165e391ca25': docs: Corrected typo in logcat example
-rw-r--r--docs/html/tools/debugging/debugging-log.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/debugging/debugging-log.jd b/docs/html/tools/debugging/debugging-log.jd
index 42b307c54cdf..a49e8c54422c 100644
--- a/docs/html/tools/debugging/debugging-log.jd
+++ b/docs/html/tools/debugging/debugging-log.jd
@@ -164,7 +164,7 @@ adb logcat ActivityManager:I MyApp:D *:S
</pre>
<p>The final element in the above expression, <code>*:S</code>, sets the priority level for all
- tags to "silent", thus ensuring only log messages with "View" and "MyApp" are displayed. Using
+ tags to "silent", thus ensuring only log messages with "ActivityManager" and "MyApp" are displayed. Using
<code>*:S</code> is an excellent way to ensure that log output is restricted to the filters that
you have explicitly specified &mdash; it lets your filters serve as a "whitelist" for log
output.</p>