[roll] Roll fuchsia [debug-dash-launcher] Fix process name formatting

Fixes a bug in debug-dash-launcher where the process name for the
spawned shell was formatted incorrectly for modern monikers.

Previously, it assumed the moniker started with a leading character
to strip (like '.' or '/'), which resulted in slicing off the first
character of the component name (e.g., "core/usb-policy" became
"shore-usb-policy").

Now, we correctly format the process name as "sh-<moniker>" and
handle the root moniker "." as a special case "sh".

Original-Original-Bug: 520850587
Test: debug-dash-launcher-unittests
Test: debug-dash-launcher-test
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1642356
Original-Original-Revision: 23e9ea05c6daed77a6a7675e7e62ddbace2aeebe
GitOrigin-RevId: 05ca387f57a4b4c78d6aeeeda91f52b843458703
Change-Id: Id2ccb33c58b7a80baba1839585ce13a7402b26aa
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1645439
Cr-Commit-Position: refs/heads/main@{#194446}
1 file changed
tree: 8a88c1ec2dca3bb11880a23f4c578f74acd1f0b5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.