mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
feat: log when merging integrations
This commit is contained in:
@@ -107,6 +107,8 @@ class BytecodeContext internal constructor(private val options: PatcherOptions)
|
||||
override fun flush() {
|
||||
if (!merge) return
|
||||
|
||||
logger.info("Merging integrations")
|
||||
|
||||
this@Integrations.forEach { integrations ->
|
||||
MultiDexIO.readDexFile(
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user