From 9b3a7fa26ef0639b08740ebe80868165e391ca25 Mon Sep 17 00:00:00 2001 From: Mary Yanchar Date: Mon, 21 Mar 2016 11:36:27 -0700 Subject: docs: Corrected typo in logcat example Corrected typo from "View and MyApp" to "ActivityManager and MyApp" to match example. Bug: 26144654 Change-Id: I4b3eac17009de8358381c28456b7442fb51e90bb --- docs/html/tools/debugging/debugging-log.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

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.

-- cgit v1.2.3-59-g8ed1b