commit | 1d0cd5a09999ad817a51f2de100087ebc136e662 | [log] [tgz] |
---|---|---|
author | Chris Suter <csuter@google.com> | Wed Aug 20 12:53:46 2025 +1000 |
committer | Chris Suter <csuter@google.com> | Wed Aug 20 12:53:46 2025 +1000 |
tree | be7d4a85ffaab9f7a632b147c6ea77231994b40d | |
parent | b51e21a20139f70f7ffec1f86085d6a3822e28bf [diff] |
[fuchsia] Fix initialisation ordering problem My previous CL had an initialisation ordering problem. logger had dynamic initialisation which means it's sensitive to ordering. This CL uses a function local static which doesn't have an ordering problem. Bug: 377963307 Change-Id: Iae19818985ec0887868e90deeae2c0fc1484ece0