[roll] Roll fuchsia [log_listener] Add flags for easier Agent integration

This CL adds a few flags that Agents can use to reduce their context
window:
* dump --tail <N> = Only return the last N log lines.
* --exclude-regex = Exclude regex patterns from output
* --exclude-regex-file = Take as input a file of patterns to exclude.

The regex file option can be used to always filter out a pre-set list of
regexes known to just be noise.

A future CL will use these features in a skill.

Original-Original-Bug: 517249374
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1643234
Original-Original-Revision: 631fb5f482f5d18f7fed685846365bb884b28007
GitOrigin-RevId: f74fa190285607a358278e12ab2ef106b3713688
Change-Id: Ibbabe614cfe8250f68bd0f7353dcc98f50e0c8cb
1 file changed
tree: 20d7562ae9714d098e4587c54769d1379e5ca9dd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.