[FIX] Временно отключен ASM трансформации LauncherAgent из за проблем с LinuxDisplay

This commit is contained in:
Gravit 2019-04-29 19:45:36 +07:00
parent ee03597184
commit 6f802f3a76
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -53,7 +53,7 @@ public static void premain(String agentArgument, Instrumentation instrumentation
} }
} }
try { try {
replaceClasses(pb, rt); //replaceClasses(pb, rt);
} catch (Error e) { } catch (Error e) {
NativeJVMHalt.haltA(294); NativeJVMHalt.haltA(294);
throw e; throw e;