Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dynamic.host-multi-loader-ext): MultiDynamicContainer的ClassLoader…
…去掉双亲委派逻辑 由于多个plugin的加载顺序不固定,所以一般应该是都打包了core.runtime.container的。 如果双亲委派的话,肯定容易出现不同plugin的Activity壳子子类和父类在不同ClassLoader的情况。 子类和父类在不同的ClassLoader会触发HasSameSignatureWithDifferentClassLoaders的校验, 使得本来不调用就不会被加载的新版本API新增类型(如ContextParams)被加载,从而在低版本机型上找不到类。 fix Tencent#1118
- Loading branch information