summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Edgar Arriaga <edgararriaga@google.com> 2022-03-29 11:53:57 -0700
committer Edgar Arriaga <edgararriaga@google.com> 2022-04-27 14:41:32 -0700
commit8a054c32c2dc86a93efe19885fd1deea6f9933f4 (patch)
tree8571de1c779cd81f916d7278098372cf35c65804 /libs/androidfw/StringPool.cpp
parentb0ef1944fb8527ed2366cdeb2f7d7516b1acd8f4 (diff)
Fix for new compactions skipped after cancelling pending compactions
When new compactions are scheduled they are added to the pending compaction process list however, they also maintain a flag that indicates whether a compaction is pending on the record, previously, when cancelling compactions we would remove the process from the list but not clear the flag, leaving the process in an uncompactable state as it would be skipped from being scheduled thinking there was a compaction happening when there wasn't any. Bug: 227502250 Test: Manual. Logging and dumpsys activity Change-Id: Id9d712bd14ba83c4d647d3e9faa88e4ddbd1b697
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions