[roll] Roll fuchsia [input] log supported_device_types when none match a discovered device

Now, if a product doesn't define its platform config, or is missing
expected device types in this field, we should have a clearer message
for developers digging through logs.

Note that this information will also be surfaced in Inspect soon, but
it may be helpful to have in both places. We also add a log for if a
device doesn't have a descriptor available at all.

Previous log: [10.270][scene_manager][scene_manager.cm][I] device 259
did not match any supported device types

New log: [10.270][scene_manager][scene_manager.cm][I] device 259 did not match any supported device types: [Keyboard, Touch]

Original-Bug: 122831
Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/812567
Original-Revision: af549a41953832c4fff926fc7753814aa76cfcde
GitOrigin-RevId: 48950ae95ac55899e54bbead41f3f6f658b1d636
Change-Id: I016d86b422cbc661d8b69e24549099fa1fbe5d82
1 file changed
tree: a8cf94d4200beda7cc64c27c5ffadd541714e4d0
  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.