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