We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Compiling patched dex files
1 parent bb8771b commit 75b3135Copy full SHA for 75b3135
src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt
@@ -34,7 +34,7 @@ import java.util.logging.Logger
34
class BytecodePatchContext internal constructor(private val config: PatcherConfig) :
35
PatchContext<Set<PatcherResult.PatchedDexFile>>,
36
Closeable {
37
- private val logger = Logger.getLogger(this::javaClass.name)
+ private val logger = Logger.getLogger(this::class.java.name)
38
39
/**
40
* [Opcodes] of the supplied [PatcherConfig.apkFile].
0 commit comments