mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
feat: log when merging integrations
This commit is contained in:
parent
37abb2db99
commit
983563efb6
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue