diff options
author | 2025-01-30 16:08:23 -0800 | |
---|---|---|
committer | 2025-01-30 16:08:23 -0800 | |
commit | 92e0f905470049b61b0d736aa5038f73bc5e804d (patch) | |
tree | ba21adf7d322d9809596bd5327f56be193a81ed8 /libs/androidfw/LocaleDataLookup.cpp | |
parent | 562c3a18468cc92fd8f63bbd2e50ba849f2021ed (diff) |
Remove unnecessary synchronization that was causing a deadlock
Synchronization was never needed here.
A failed test run exposed a potential deadlock between the
synchronized code here that wait()s, and synchronized code
elsewhere that notify()es.
Bug: 385010271
Change-Id: I20ba76b70c92d3deef6eddeb806b582728704815
Flag: android.os.message_queue_testability
Diffstat (limited to 'libs/androidfw/LocaleDataLookup.cpp')
0 files changed, 0 insertions, 0 deletions