[roll] Roll fuchsia [flatland] Add logging when Flatland session is not found.

Historically (when we had both Gfx and Flatland sessions) it made sense
to silently ignore when a session ID has no associated Flatland session.
I tried to make this a DCHECK, but it turns out that we still rely on
this behavior when e.g. a session is destroyed after a frame has been
scheduled for it.  Fixing that was too much trouble, so this CL adds a
logged warning.

Original-Bug: 467350358
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1445908
Original-Revision: 0bdb0938812ce15581a7ed93cc123afa75ddd3ac
GitOrigin-RevId: 7f1f271a891ac0ac192dc276efa8881e4c9e1627
Change-Id: I604319eeac83f29fc30aa6775c72bf4dd3235e1b
1 file changed
tree: 8edb99d2ebaf0076a3f9ccb45a689b99bf7b264e
  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.