[roll] Roll fuchsia [ui][input-pipeline] add log mesages for device binding

Add log messages which detail:
* when the input pipeline finds a new device, AND
* the device types which are supported by both
  the device, and the instantiation of the
  input pipeline, AND
* any error encountered when attempting to bind a
  device

Original-Bug: 106569
Test:  fx test input_pipeline_lib_tests

Manual testing
--------------
Installed on atlas 4k, saw the following

[00021.704540][61682][61684][scene_manager.cm] INFO: found input device 000
[00021.782900][61682][61684][scene_manager.cm] INFO: binding 000 to device types: Keyboard,
[00021.783875][61682][61684][scene_manager.cm] INFO: found input device 001
[00021.803411][61682][61684][scene_manager.cm] INFO: device 001 did not match any supported device types
[00021.803492][61682][61684][scene_manager.cm] INFO: found input device 002
[00021.839525][61682][61684][scene_manager.cm] INFO: binding 002 to device types: Touch,
[00021.845409][61682][61684][scene_manager.cm] INFO: found input device 003
[00021.866875][61682][61684][scene_manager.cm] INFO: binding 003 to device types: Mouse, Touch,

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