[roll] Roll fuchsia [analytics] Simplify log messages

 - Clean up the metrics stats on every command completion by shortening
   the message and reducing the redundant strings.

 - When command fails, display it as a warning rather than an info so it
   is clear to users.

 - When there is an error posting analytics, print it as a debug message
   rather than an error in the default logs. It is fairly common to not
   upload analytics, for example, if the user has a network ad blocker.
   It is also not a fatal error for the command execution.

Original-Bug: b/317643523
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/968812
Original-Revision: f8404704dba2862f4d5fe1d6bcc2a164dc6c8e37
GitOrigin-RevId: 05f0dbcc1ec7d9b9f02021a0544010c84d6ea5d3
Change-Id: I67d37f2556479427b60a9de89770b4a803e71a7f
1 file changed
tree: 8617d95a5be0bed5e393d868819bb785b2f2d486
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.