mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
Update JREUtils.java
This commit is contained in:
parent
e7056313f8
commit
f140c03861
@ -305,7 +305,7 @@ public class JREUtils {
|
|||||||
setupExitTrap(ctx.getApplication());
|
setupExitTrap(ctx.getApplication());
|
||||||
chdir(Tools.DIR_GAME_NEW);
|
chdir(Tools.DIR_GAME_NEW);
|
||||||
|
|
||||||
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0]))):
|
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0])));
|
||||||
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
||||||
ctx.appendlnToLog("Java Exit code: " + exitCode);
|
ctx.appendlnToLog("Java Exit code: " + exitCode);
|
||||||
if (exitCode != 0) {
|
if (exitCode != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user