Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab2f16da authored by Mary Yanchar's avatar Mary Yanchar Committed by android-build-merger
Browse files

docs: Corrected typo in logcat example

am: 9b3a7fa2

* commit '9b3a7fa2':
  docs: Corrected typo in logcat example
parents ea61ca93 9b3a7fa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>