[roll] Roll fuchsia [power] Add unique ID for wake leases in Inspect.

The ActivityGovernor FIDL API doesn't require unique naming
for wake leases. This creates confusion in Inspect logs if
multiple wake leases have the same name.

This CL adds a unique ID that follows the same wake lease
throughout its lifecycle. The unique ID increases monotonically.
No two leases (whether wake or application activity) should have
the same ID (within a reasonable amount of time due to overflow of
u64).

Original-Bug: 459829949
Test: fx test system-activity-governor-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1529536
Original-Revision: 71f92daf538065ef6372bc47d3584356fb2eadb3
GitOrigin-RevId: 5c7b30784dd49b46d7c91faad2bffad9e6eaeeb9
Change-Id: Ib27c9d8e60c527e2521505dff902e4a0664d5b19
1 file changed
tree: f7f23e2e378c1365b89a13937afb7a1308d091a7
  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.