commit | e771fcb0e4d34ec4faa6a814a67e3815e6cfbe5f | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Tue Jun 11 01:54:14 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 10 18:57:48 2024 -0700 |
tree | a7884a81aaf5d44c7061176c7b99aa0304b3826c | |
parent | 5166c5130f58c79ba07ce1d17a8cb7bfe6751470 [diff] |
[roll] Roll fuchsia [display][coordinator] Remove async-watchdog. The async-watchdog library provides a Watchdog class that monitors the aliveness of a given async dispatcher by posting periodical "update" tasks on the monitored dispatcher and periodical "check" tasks on the Watchdog-owned loop. In the display coordinator driver, it created an async::Loop not managed by the driver framework, which is a discouraged (and soon-to-be disallowed) behavior. This change deletes the async-watchdog from the display coordinator. Future changes will add other mechanisms to avoid deadlocks within the display coordinator. Test: no behavior change expected. Test: no behavior change in the internal product on nelson. Test: no behavior change in the internal product on VIM3. Original-Bug: 346419450 Original-Bug: 329708151 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1063543 Original-Revision: b45e833ae94e8643d5edc787db87007b0b003128 GitOrigin-RevId: 7a2875a9c7dd3f004ab3696093b42cdceee736ad Change-Id: I50ab7629213a8f263512d3c77080fddc37e3fe21
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.