Skip to content

Conversation

@oSumAtrIX
Copy link
Member

I am not sure why the constructor was changed in the API. It is supposed to be internal/private. The Dex/Jar constructors were meant to be private; it should be okay to "fix" without a breaking change.

@oSumAtrIX oSumAtrIX linked an issue Oct 16, 2025 that may be closed by this pull request
3 tasks
}
private fun ClassLoader.loadPatches(
binaryClassNamesByPatchesFile: Map<File, Set<String>>,
onLoadPatchesException: (message: String, cause: Throwable) -> Unit
Copy link
Member

@Axelen123 Axelen123 Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to also give the file as well so we can associate the error with the correct bundle in the UI.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Ability to handle load failures with multiple bundles

5 participants