[roll] Roll fuchsia [ffx][analytics] Add back redacted args

For internal-only enhanced analytics, the full args are hard to use for
telling which subcommand is used. We added back redacted args for easier
parsing of the subcommand chain.

The ideal solution would be structurally report the subcommand chain
without need to parse. However, I've been told that would need
some substantial patching of the argh library with some rust macro
hacks. Before that is done or even planned, we would use this quick
way to get some usable analytics.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1468229
Original-Revision: 53f75b683ff5f789261c1899a46e7a527b5a0bad
GitOrigin-RevId: e2accba44cca379daa6456a156a989f8cc7d14c2
Change-Id: I02a00410adf80e02d6dcd36c43ac1127af6918ba
1 file changed
tree: 859502cb40fe8f1ed4c6f59b2206ceed45f1668d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.