commit | 1f6a7a5b9b542b19e895e44c09022704d0d8d461 | [log] [tgz] |
---|---|---|
author | Claire Gonyeo <cgonyeo@fuchsia.infra.roller.google.com> | Wed Jan 03 12:56:24 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 03 04:57:44 2024 -0800 |
tree | 33e328c1caf68ee5d840c3503e731225a880d8bf | |
parent | c7a6f0149eae26c8979ab1279fdc45000efd6fa4 [diff] |
[roll] Roll fuchsia [component_debug] handle component destruction in get_all_route_segments The `get_all_route_segments` function uses RealmQuery to produce a list of all components, and then asks for the resolved information for each component in the list. It's possible for a component to be destroyed between these two steps, and thus the function must gracefully handle a component not existing when it asks for its resolved information. Multiply: host_x64/verify_ffx_profile_heapdump Original-Fixed: 316443204 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/968572 Original-Revision: 8f4365e9be116798fcf1cea752b233ac5717bf8b GitOrigin-RevId: 6d5fc5d4cf0f525f9199ad67a23caea5d5350570 Change-Id: Ia68abbf02e24a05b1823dab48b2ac2c7acdea05f
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
.