[roll] Roll fuchsia [root-presenter] virtual keyboard: log channel closures

Log channel closures, to aid in debugging.
1. Closure of ControllerCreator or Controller are logged at INFO, since
   the clients of these protocols may close the channel in normal operation.
2. Closure of Manager is logged at WARNING, since we do not expect that
   channel to be closed in normal operation. (However, this doesn't
   indicate a bug in root_presenter, so we don't logg at ERROR.)

While there: change an existing log messages in VirtualKeyboardManager::MaybeBind(),
to be consistent with point 2 above.

Original-Bug: None
Test: fx test -o root_presenter_unittests  -- --gtest_filter='VirtualKeyboard*'
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/530062
Original-Revision: c09926d66494d32f07bd1e70a02899b344969dc7
GitOrigin-RevId: d8e2b4b746df950e64dafc41bd8d8c7d62b08944
Change-Id: Ie2445688e2c768e69bb7eaee7eb34ba3de50810f
1 file changed
tree: a423b79743de6f3582d650b19c2d42d978330055
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.