roll: pigweed pw_cli_analytics: Two bugfixes

First, ensure "command" is always present in 'payload.event_params'.
Second, don't report analytics when people are running the
'pw cli-analytics' command (with or without the '--opt-in' and
'--opt-out' flags).

Original-Bug: b/374067161
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242893
Original-Revision: 11ac92442e318df9c97bd4c17cfd5699a64b8083

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 205570386eac8f..11ac92442e318d
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733824090840546593
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I6c19828e659229599ac90a970c43413352a39d1d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/242912
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index fe10dcc..3e9c44f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733875278995877537.
-    commit = "205570386eac8fe6e0269b7fbbab1449eb565036",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733824090840546593.
+    commit = "11ac92442e318df9c97bd4c17cfd5699a64b8083",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733875278995877537.
-    commit = "205570386eac8fe6e0269b7fbbab1449eb565036",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733824090840546593.
+    commit = "11ac92442e318df9c97bd4c17cfd5699a64b8083",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )