summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2017-09-28 10:01:36 -0700
committerBryce Lee <brycelee@google.com>2017-09-28 10:08:43 -0700
commit69ad8183751d7ee7615c14e6d0e20bdd50861e23 (patch)
tree1e61b6092a721c53cf1e5bd9f7a6b91914225173 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent9b120d5a08b6c08ff682de87ed3888d8bb35ddc8 (diff)
Reduce synchronized lock scope.
The lock was introduced earlier to prevent race conditions between setting the visibility and configuration. However, holding the lock for the entire method leads to an increase in the frame time. This changelist reduces the scope of the lock to cover the core logic where this condition applies. Change-Id: Ia97b3680f730264c10ff5067e4f21180cfb2202e Fixes: 67010772 Test: go/wm-smoke
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions