Fix a crash when starting a service in the isolated split
A ClassNotFoundException is thrown when an application starts a service defined in the isolated split. This cl uses the class loader of the split to load the class of the service. It also updates the correct split context to the service. Bug: 169196314 Test: atest ClassloaderSplitsTest Change-Id: If52ecb6065cdc6b0e3f2c163996df90c85a00958
Loading
Please register or sign in to comment