(2/?) move session id filter

This commit is contained in:
Duy Tran Khanh 2021-06-22 08:39:55 +07:00 committed by GitHub
parent 2af8f54687
commit 1598b2c995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
}
public int launchJavaRuntime(File modFile, String javaArgs) {
JREUtils.redirectAndPrintJRELog(this, null);
JREUtils.redirectAndPrintJRELog(this);
try {
jreReleaseList = JREUtils.readJREReleaseProperties();
List<String> javaArgList = new ArrayList<String>();