roll: pigweed pw_assert_tokenized: Consistently use PW_HANDLE_LOG

Updates pw_assert_tokenized to consistently use PW_HANDLE_LOG which
bypasses PW_LOG_ENABLE_IF which should not be relevant for asserts.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/239724
Original-Revision: ace1915446679e9530ff8390060c445972227702

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 91d4349e08e22c..ace1915446679e
Roller-URL: https://ci.chromium.org/b/8734981935736014385
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I47c54935d451db298c1b8c42b82e686461b40f61
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/240172
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index b925d47..7f2adbd 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-04.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735050160902942433.
-    commit = "91d4349e08e22c50e5a738dee31cc95724eab50d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734981935736014385.
+    commit = "ace1915446679e9530ff8390060c445972227702",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-04.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735050160902942433.
-    commit = "91d4349e08e22c50e5a738dee31cc95724eab50d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734981935736014385.
+    commit = "ace1915446679e9530ff8390060c445972227702",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )