diff --git a/docs/html/tools/debugging/debugging-log.jd b/docs/html/tools/debugging/debugging-log.jd index 42b307c54cdf6..a49e8c54422c8 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
The final element in the above expression, *:S, 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
*:S 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.