Merge "Make PM#notifyDexLoad oneway" into oc-dev
am: 5f016f6705
Change-Id: Ica5f01a3c66c71104ff0e3b26e9e5fdf7802bc60
This commit is contained in:
@@ -462,7 +462,7 @@ interface IPackageManager {
|
||||
*
|
||||
* See PackageManager.NOTIFY_PACKAGE_USE_* for reasons.
|
||||
*/
|
||||
void notifyPackageUse(String packageName, int reason);
|
||||
oneway void notifyPackageUse(String packageName, int reason);
|
||||
|
||||
/**
|
||||
* Notify the package manager that a list of dex files have been loaded.
|
||||
@@ -471,7 +471,8 @@ interface IPackageManager {
|
||||
* @param dexPats the list of the dex files paths that have been loaded
|
||||
* @param loaderIsa the ISA of the loader process
|
||||
*/
|
||||
void notifyDexLoad(String loadingPackageName, in List<String> dexPaths, String loaderIsa);
|
||||
oneway void notifyDexLoad(String loadingPackageName, in List<String> dexPaths,
|
||||
String loaderIsa);
|
||||
|
||||
/**
|
||||
* Ask the package manager to perform a dex-opt for the given reason. The package
|
||||
|
||||
Reference in New Issue
Block a user