mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 05:20:14 -07:00
Debug: print java classpath to logcat
This commit is contained in:
parent
94fc3c2124
commit
1e6f295518
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ public final class Tools
|
|||
}
|
||||
|
||||
String launchClassPath = generateLaunchClassPath(profile.getVersion());
|
||||
Log.d(Tools.APP_NAME, "Java Classpath: " + launchClassPath);
|
||||
System.out.println("Java Classpath: " + launchClassPath);
|
||||
if (LAUNCH_TYPE == LTYPE_CREATEJAVAVM) {
|
||||
javaArgList.add("-Djava.library.path=" + launchClassPath);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue