Avoid execute dynamic denylist bootComplete() in the main thread
The DynamicDenylistManager::onBootComplete might take longer to complete, which cause ANR in the main thread. Move it to a background task to prevent ANR Bug: 410143237 Fix: 410143237 Flag: NONE bug fix Test: atest SettingsRoboTests Change-Id: If66723ce783e78834c8dea3eeaf445bcf72395fa
Loading
Please register or sign in to comment