[roll] Roll fuchsia [fonts][debug] Reduce the frequency of unfulfilled request logging

We can't really prevent unfulfilled fonts requests since there is always
a possibility that the user requests a font we do not have. And we do
not support dynamic font provision, so a determined user can always
elicit these log lines. The log lines, in turn, saturate our logger
memory and cause flutter OOM.

Let's not have that.

Original-Bug: 453638148
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1420217
Original-Revision: 14c4127d400105a7ed6c868d03d1132297638d5f
GitOrigin-RevId: 1b319b1a833edb975c603857c169ff8fa0c095ab
Change-Id: I59373c95ed29ec94b94410b540b5ccff17b8fb4b
1 file changed
tree: 6ce76586e9f353a4b21e62905a83eceb7e0c7226
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.