This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Open
Conversation
gerber110692
commented
Sep 17, 2020
Samsung still uses this compression type to gain more space on the system partition. Thanks to @Liliniser for troubleshooting and reporting this issue.
… (openNative) to the PathClassLoader, so we add useless declaration to let it uses the aosp one instead
* java.lang.DexCache : some devices have two more fields named 'literals' and 'z_padding'
-> Search for the fields in /system/framework/core-libart.jar when Android Runtime
initialises then set up a flag whether to adjust offsets or not
* dalvik.system.PathClassLoader : some devices have one more native method named 'openNative'
-> Try to register the method anyway and if it errors, ignore it
- Check the variant before we setup DexCache - Use GetAndroidRoot instead of hardcoded path - Log as warning when the exta native method fails the registration
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.