[roll] Roll fuchsia Revert "[flatland] log when skipping SendFramePresented()"

This reverts commit 15095dee1a638419f98c87bc42c423e216f0503c.

Reason for revert: appears to be overloading infra with log messages

Original change's description:
> [flatland] log when skipping SendFramePresented()
>
> We've seen some flake in the ParentViewportWatcherUnbindsOnReleaseView
> test, which _could_ be explained by the OnFramePresented event
> being skipped because a session is closed.
>
> Add some logging to help us confirm or refute that theory.
> Example logging, including unit test logs:
>
> [11730.378958][1560788][1560790][<root>] INFO: [flatland_manager_unittest.cc(740)] Waiting for removal of session 2
> [11730.389496][1560788][1560790][<root>] INFO: [flatland_manager.cc(317)] Skipping SendFramePresented(): session 2 not found in instances.
> [11730.389602][1560788][1560790][<root>] INFO: [flatland_manager_unittest.cc(752)] Waiting for event on session 3
>
> Test: ran unit tests, saw new log message
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882162

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/883213
Original-Revision: 404fa734841a26be30ba13c0ed1a0075b4db575e
GitOrigin-RevId: e3a4f046aeb971fa64e9d4466bc2de8ddd48deca
Change-Id: I5cf78314bc66cb5b163b8985ee09fdb65917ad06
1 file changed
tree: 17a42699a2389c9250913fe8d77f2f93956a3461
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.