[roll] Roll fuchsia [diagnostics] Make filters match a prefix

Rust ends up generating tags of the form foo::bar, but the filter will
only do an exact match. This CL changes it so that it will do a prefix
match where tags are of the form foo::bar.

This addresses an issue for Fxfs where we can see top-level messages
sent to the console, but no messages below that.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665504
Original-Revision: 388092fff25fae0df647da06708e1b01a9f1d475
GitOrigin-RevId: 67a0b28727c47d7c3192843e013fa37ab15094da
Change-Id: Icf465c247889767332ae01227305bdf3d9448c5e
1 file changed
tree: 41defcf1c10d2e4a2e550be17be05657603c9fa4
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.