summaryrefslogtreecommitdiff
path: root/libs/androidfw/misc.cpp
diff options
context:
space:
mode:
author Prabir Pradhan <prabirmsp@google.com> 2024-02-26 21:27:31 +0000
committer Prabir Pradhan <prabirmsp@google.com> 2024-02-26 21:27:31 +0000
commit453e1631c492ff561b3602e03cd3d246131db361 (patch)
treee32b86344d0d2ed420cbc36331ef48ba090fd2ea /libs/androidfw/misc.cpp
parent6f918e27d07788d9786029e4961f72fd0bfb9720 (diff)
Read pointer choreographer flag at boot
In native code, we are sometimes reading the enable_pointer_choreographer flag value at boot, and sometimes later during runtime. Since DeviceConfig flag values can change at runtime, the flag values loaded later can sometimes change, resulting in an unexpected state where some code relies on the boot-time value and others on the "current" value. While we should have been using read-only flags in the first place, we cannot convert existing flags to be read-only. So to increase consistency within native code, change all reads of the enable_pointer_choreographer flag to happen at boot. Bug: 324534774 Test: Presubmit Change-Id: Id31496d987e2647fc1176dbdbba67bd6e4443aa1
Diffstat (limited to 'libs/androidfw/misc.cpp')
0 files changed, 0 insertions, 0 deletions