Loading
Optimize RegisteredServicesCache ServiceInfo parsing
RegisteredServicesCache appears to be at the root of significant cycles spent on android.bg during boot. Much of that time appears to be spent manually parsing service info out of the manifest. This seems duplicative and potentially wasteful. Optimize RegisteredServicesCache ServiceInfo parsing by using caches. Flag: android.content.pm.optimize_parsing_in_registered_services_cache Bug: 319137634 Test: atest RegisteredServicesCacheTest Change-Id: Ieba2077098d1580553b2e7726eef228bffc3e806