docs: Corrected typo in logcat example

am: 9b3a7fa

* commit '9b3a7fa26ef0639b08740ebe80868165e391ca25':
  docs: Corrected typo in logcat example
This commit is contained in:
Mary Yanchar
2016-03-22 00:16:00 +00:00
committed by android-build-merger

View File

@@ -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>