[roll] Roll fuchsia [forensics] Migrate internal cobalt utility

* Our internal eventType has now a 1-to-1 relationship with |fuchsia::metrics::MetricEventLogger|
  * In cobalt 1.1 we use 2 methods (LogInteger & LogOccurrence) instead of 4 to log events.
* Events that did not have a count now default to 1 to avoid being ignored by MetricEventLogger::LogOccurrence()
* Modified fake cobalt utility for integration tests to handle multiple events with the same event type.

Original-Bug: 74516

TESTED=`fx test feedback-data-tests`
TESTED=`fx test last-reboot-tests`
TESTED=`fx test crash-reports-tests`
TESTED=`fx test feedback-utils-tests`
TESTED=`fx test cobalt_unittest`
TESTED= manual with `also_log_locally` flag.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/529131
Original-Revision: 45692c0eb2a8e0e4ed1c75b89228df1a1f1640b8
GitOrigin-RevId: 06ee6de29a25e6b145e360f17fe87304147db273
Change-Id: I2145b7901e04d176e7185a93d5618b91afc8803f
1 file changed
tree: 5872b537dcf4ccca17589b1ee00e13d571a7ee80
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.