[roll] Roll fuchsia [wlan][log] Avoid potential name conflicts from trace macros
To avoid potential issues with name conflicts (i.e., WLAN_TRACE_DURATION
is used in a scope where a variable called "line" is instantiated
elsewhere), the WLAN trace macros use std::source_location::current()
directly without instantiating a variable.
Test: Verify file/function/line names show up in trace.fxt.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1018294
Original-Revision: 7bbb58e92b1f1182dd9110fddeba5bc90e358a7a
GitOrigin-RevId: ab92ec3e8638779ecaee779e9b6d800c5dcb4a8d
Change-Id: I8f155580ba06fbe4a6a00ad6835bb5057b8ce1e9
diff --git a/stem b/stem
index 0a1cf18..b9df4f4 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="98075ea7ba06be03b49b3695408bc8698b2ba762"/>
+ revision="7bbb58e92b1f1182dd9110fddeba5bc90e358a7a"/>
</projects>
<hooks>
<hook name="install-environment"