diff options
| author | 2023-11-09 16:58:11 -0800 | |
|---|---|---|
| committer | 2023-11-09 16:58:11 -0800 | |
| commit | d2018b52c20a1ed0984b5c9b63ba4ac29afe8ec9 (patch) | |
| tree | 80415919a147675fca725d8178ec0a8f74dded1c /libs/hwui/FrameInfoVisualizer.cpp | |
| parent | 8cd82f49e24545ed1d4996d3ca60a3d8b401445a (diff) | |
Fix accesses to InputMethodMenuController#mSettings without lock
This CL fixes an existing issue that
InputMethodMenuController#mSettings
gets accessed without acquiring ImfLock.class.
While it's OK to access
InputMethodMenuController#mWindowManagerInternal
and its methods without acquiring ImfLock.class, mSettings isn't
because it's still a mutable object that can change at any time.
Bug: 309868254
Test: presubmit
Change-Id: Id3108004d9f120a51cc28fe53321f6c62bd0b16a
Diffstat (limited to 'libs/hwui/FrameInfoVisualizer.cpp')
0 files changed, 0 insertions, 0 deletions