mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-09 12:56:17 +00:00
fix: Add back missing log by naming logger correctly (#332)
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.logging.Logger
|
||||
class BytecodePatchContext internal constructor(private val config: PatcherConfig) :
|
||||
PatchContext<Set<PatcherResult.PatchedDexFile>>,
|
||||
Closeable {
|
||||
private val logger = Logger.getLogger(this::javaClass.name)
|
||||
private val logger = Logger.getLogger(this::class.java.name)
|
||||
|
||||
/**
|
||||
* [Opcodes] of the supplied [PatcherConfig.apkFile].
|
||||
|
||||
Reference in New Issue
Block a user