mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Debug print java classpath
This commit is contained in:
parent
3055f41e59
commit
94fc3c2124
@ -113,6 +113,7 @@ public final class Tools
|
|||||||
}
|
}
|
||||||
|
|
||||||
String launchClassPath = generateLaunchClassPath(profile.getVersion());
|
String launchClassPath = generateLaunchClassPath(profile.getVersion());
|
||||||
|
Log.d(Tools.APP_NAME, "Java Classpath: " + launchClassPath);
|
||||||
if (LAUNCH_TYPE == LTYPE_CREATEJAVAVM) {
|
if (LAUNCH_TYPE == LTYPE_CREATEJAVAVM) {
|
||||||
javaArgList.add("-Djava.library.path=" + launchClassPath);
|
javaArgList.add("-Djava.library.path=" + launchClassPath);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user