Merge "ApplicationLoaders: improve classloader cache errs" am: 6bfe7f9a26 am: bf9f6b4f3b am: 96894457f7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1399628 Change-Id: I81e7566993bbc4a0791a734d667acf778abc8421
This commit is contained in:
@@ -232,8 +232,8 @@ public class ApplicationLoaders {
|
|||||||
|
|
||||||
// cached must be built and loaded in the same environment
|
// cached must be built and loaded in the same environment
|
||||||
if (!sharedLibrariesEquals(sharedLibraries, cached.sharedLibraries)) {
|
if (!sharedLibrariesEquals(sharedLibraries, cached.sharedLibraries)) {
|
||||||
Log.w(TAG, "Unexpected environment for cached library: (" + sharedLibraries + "|"
|
Log.w(TAG, "Unexpected environment loading cached library " + zip + " (real|cached): ("
|
||||||
+ cached.sharedLibraries + ")");
|
+ sharedLibraries + "|" + cached.sharedLibraries + ")");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user