[roll] Roll fuchsia [profiler][fxt] Fix: Correct the build id data This patch addresses two issues in the FXT profiler parsing logic: Build ID Encoding: Replaces String::from_utf8 with hex::encode when parsing module.build_id. Build IDs are raw binary data, not valid UTF-8, and must be hex-encoded into a string. Stale Unit Tests: Updates unit tests in fxt_parse.rs to match the current FXT record definitions. This includes: Adding the 8-byte tid (thread ID) field to mock Module and Mmap records. Correcting test build IDs to use 20 bytes of raw data instead of 40-byte hex strings, aligning with the parser fix. Original-Bug: 387568974 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1410274 Original-Revision: 6e44fde72d7665218e1f877938907d5538b28d08 GitOrigin-RevId: 75fd3a5c2254ee22f44cb68a74fa81a2ccc1f973 Change-Id: I14eff8c9b78f635159124a3aaab49f10d0698ceb
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 in one of the communication channels documented at get involved.
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.