We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512152f commit 2c7eb72Copy full SHA for 2c7eb72
src/main/kotlin/app/revanced/utils/patcher/Patcher.kt
@@ -31,7 +31,7 @@ fun Patcher.addPatchesFiltered(allPatches: List<Class<out Patch<Context>>>) {
31
return@patchLoop
32
}
33
34
- if (compatiblePackages == null) logger.trace("$prefix: Missing compatibility annotation. Continuing.")
+ if (compatiblePackages == null) logger.trace("$prefix: No constraint on packages. Continuing.")
35
else {
36
if (!compatiblePackages.any { it.name == packageName }) {
37
logger.trace("$prefix: Incompatible with $packageName. This patch is only compatible with ${
0 commit comments