mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-20 01:43:56 +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() {
|
override fun flush() {
|
||||||
if (!merge) return
|
if (!merge) return
|
||||||
|
|
||||||
|
logger.info("Merging integrations")
|
||||||
|
|
||||||
this@Integrations.forEach { integrations ->
|
this@Integrations.forEach { integrations ->
|
||||||
MultiDexIO.readDexFile(
|
MultiDexIO.readDexFile(
|
||||||
true,
|
true,
|
||||||
|
|||||||
Reference in New Issue
Block a user