修复4.4.2系统的Dalvik虚拟机MultiDex分包创建文件路径异常的bug - #61
Merged
shifujun merged 1 commit intoJul 25, 2019
Conversation
Member
shifujun
requested changes
Jul 23, 2019
shifujun
left a comment
Collaborator
There was a problem hiding this comment.
mkdirs()方法是包含exists()调用的,所以不用套一层if了。
Collaborator
|
非常感谢为Shadow贡献代码! |
Collaborator
|
估计你上班也忙,这个PR我先合进来了。希望有时间再多多参与。 |
SheepYang1993
pushed a commit
to SheepYang1993/Shadow
that referenced
this pull request
Jul 31, 2019
…reate_dataDir_failed 修复API<N时返回的dataDir没有创建的问题。
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.
验证 #49 修复的bug时候发现了该bug,现已经过验证,修复了4.4.2系统的Dalvik虚拟机MultiDex分包创建文件路径异常的bug。 麻烦@shifujun 验证一下。