Skip to content

Commit 75b3135

Browse files
authored
fix: Compiling patched dex files log is not printed
1 parent bb8771b commit 75b3135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import java.util.logging.Logger
3434
class BytecodePatchContext internal constructor(private val config: PatcherConfig) :
3535
PatchContext<Set<PatcherResult.PatchedDexFile>>,
3636
Closeable {
37-
private val logger = Logger.getLogger(this::javaClass.name)
37+
private val logger = Logger.getLogger(this::class.java.name)
3838

3939
/**
4040
* [Opcodes] of the supplied [PatcherConfig.apkFile].

0 commit comments

Comments
 (0)