Open
Conversation
原因:VbyteP2PModule.loadSo的调用有两处,一处是加载p2p so,一处是加载pcdn so。p2p so下发以后pcdn so(未来下发)加载时会加载被hardcode的旧p2p so. 处理: 将harcode加载p2p的代码改为加载私有目录so的方式.
原因:为简化so升级逻辑,已将PCDN-SDK的动态库改为静态库编入p2p的so. 处理:去除加载pcdn-sdk so的逻辑
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.支持加载和更新新增so(VbyteP2PModule.loadSo/VbyteP2PModule.checkUpdate)
2.支持通过libevent事件回调到Java层更新so