mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Remove the line that prints everything into log (which is unsafe)
This commit is contained in:
parent
15df3050af
commit
d5ee9618fb
@ -305,7 +305,6 @@ public class JREUtils {
|
||||
setupExitTrap(ctx.getApplication());
|
||||
chdir(Tools.DIR_GAME_NEW);
|
||||
|
||||
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0])));
|
||||
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
||||
ctx.appendlnToLog("Java Exit code: " + exitCode);
|
||||
if (exitCode != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user