Skip to content

Commit 28648a1

Browse files
committed
perf: Use multiple threads for writing dex files
This has an impact on memory, but should not cause any issues in the environment of ReVanced CLI.
1 parent daac988 commit 28648a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/app/revanced/cli/command/PatchCommand.kt

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ internal object PatchCommand : Runnable {
204204
resourceCachePath,
205205
aaptBinaryPath?.path,
206206
resourceCachePath.absolutePath,
207+
true
207208
)
208209
).use { patcher ->
209210
val filteredPatches = patcher.filterPatchSelection(patches).also { patches ->

0 commit comments

Comments
 (0)