docs: Corrected typo in logcat example
Corrected typo from "View and MyApp" to "ActivityManager and MyApp" to match example. Bug: 26144654 Change-Id: I4b3eac17009de8358381c28456b7442fb51e90bb
This commit is contained in:
@@ -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 — it lets your filters serve as a "whitelist" for log
|
||||
output.</p>
|
||||
|
||||
Reference in New Issue
Block a user