Update logs-plugin.md (#435)
Summary: Fix some typos. Pull Request resolved: https://github.com/facebook/flipper/pull/435 Reviewed By: jknoxville Differential Revision: D15239797 Pulled By: passy fbshipit-source-id: baf0518f10998bb8027dcdf97490452aff101a42
This commit is contained in:
committed by
Facebook Github Bot
parent
1c67540bf7
commit
484f38a814
@@ -3,7 +3,7 @@ id: logs-plugin
|
||||
title: Logs
|
||||
---
|
||||
|
||||
The Logs plugin shows device logs, without any additional setup. This is a device plugin, meaning that it is not tied to any specific app and there is no additional setup needed to see the logs.
|
||||
The Logs plugin shows device logs without any additional setup. This is a device plugin, meaning that it is not tied to any specific app and there is no additional setup needed to see the logs.
|
||||
|
||||

|
||||
|
||||
@@ -13,6 +13,6 @@ The search bar can be used to search for logs and filter for certain types. From
|
||||
|
||||
## Expression watcher
|
||||
|
||||
The expression watcher in the sidebar can be used to watch for certain logs to happen and count how often the occur. An expression can be a simple string, or a regular expression which is matched against the logs.
|
||||
The expression watcher in the sidebar can be used to watch for certain logs to happen and count how often they occur. An expression can be a simple string, or a regular expression which is matched against the logs.
|
||||
|
||||
When the notify checkbox is enabled, Flipper will send notifications once the log is happening. This let's you know when the watcher triggered, even if Flipper is in the background.
|
||||
When the notify checkbox is enabled, Flipper will send notifications once the log is happening. This lets you know when the watcher triggered, even if Flipper is in the background.
|
||||
|
||||
Reference in New Issue
Block a user