mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Временно отключен ASM трансформации LauncherAgent из за проблем с LinuxDisplay
This commit is contained in:
parent
ee03597184
commit
6f802f3a76
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public static void premain(String agentArgument, Instrumentation instrumentation
|
|||
}
|
||||
}
|
||||
try {
|
||||
replaceClasses(pb, rt);
|
||||
//replaceClasses(pb, rt);
|
||||
} catch (Error e) {
|
||||
NativeJVMHalt.haltA(294);
|
||||
throw e;
|
||||
|
|
Loading…
Reference in a new issue