Revert "[wlan][policy] Add telemetry for connection uptime"

This reverts commit 0eb7257421b137de51e8f68dfda9ad9df2498965.

Reason for revert: broke binary size checks

Original change's description:
> [wlan][policy] Add telemetry for connection uptime
>
> Keep track of:
> - connected_duration
> - downtime_duration
> - downtime_no_saved_neighbor_duration
>
> for the last one day and seven days, separately, and log them into
> Inspect.
>
> These counters will be used to compute the uptime ratio.
>
> Bug: 78170
> Bug: 78318
> Test:
>
> Added unit tests. Performed the following manual test.
>
> 1. Connect to network, verify that connected_duration counter goes up
>    periodically.
> 2. Disconnect via StopClientConnection, verify that no counter goes up.
> 3. Reconnect.
> 4. Disconnect via wlan-dev API, verify that downtime_duration counter
>    goes up, while downtime_no_saved_neighbor_duration doesn't.
> 5. Policy would reconnect automatically. Now, disconnect by turning off
>    AP. Verify that both downtime_duration and
>    downtime_no_saved_neighbor_duration counters go up periodically.
>
> Change-Id: I549770c97d19994c5b8624e9421a1001a7bd11d3
> Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/543627
> Commit-Queue: Kiet Tran <kiettran@google.com>
> Reviewed-by: Marc Khouri <mnck@google.com>
> Reviewed-by: Charles Celerier <chcl@google.com>

TBR=kiettran@google.com,mnck@google.com,chcl@google.com

Change-Id: Ibc04d983a25c3cb534d9c5adb094b340919557bd
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 78170
Bug: 78318
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/560561
Reviewed-by: Ina Huh <ihuh@google.com>
Commit-Queue: Ina Huh <ihuh@google.com>
10 files changed
tree: 821a4a39a056822e70711e3fa152967b12b9241f
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. products/
  9. scripts/
  10. sdk/
  11. src/
  12. third_party/
  13. tools/
  14. zircon/
  15. .clang-format
  16. .clang-tidy
  17. .git-blame-ignore-revs
  18. .gitattributes
  19. .gitignore
  20. .gn
  21. .style.yapf
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.