[roll] Roll fuchsia [feedback] mark main process as critical to the enclosing job

* otherwise if the main process is killed (exit or crash) and the
  sub-process system_log_recorder is still running, feedback.cm
  will never get restarted

```
$ fx shell ps | grep -B1 -A1 feedback
    j: 19091         2962.3K   2372K
      p: 19324        991.2K    696K   6472K         feedback.cm
      p: 29486       1971.2K   1676K   6472K         system_log_recorder

$ fx serial
[00168.148] 19324:19328> critical-process: process 'feedback.cm' (19324) died, killing job '' (19091)

$ fx shell killall feedback.cm
Killed 19324 feedback.cm

$ fx shell ps | grep 19091

$ fx snapshot
Exported /tmp/snapshots/20260313_155931/snapshot.zip
```

 #gemini-cli

Original-Fixed: 492274736
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1539562
Original-Revision: b3d5c3b6269510936cafd2e15d96d32d982102dd
GitOrigin-RevId: 95cab6b362e801b42a14b41468de3365991590fb
Change-Id: I2e41136e8435b120b2c521c913c77ad6bf7e6978
1 file changed
tree: 72dedbd219f1ef7e5bff0d765c416a4bc23b8720
  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.