File tree Expand file tree Collapse file tree
ShardLauncher/src/main/java/com/lanrhyme/shardlauncher/game/launch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,15 +143,25 @@ abstract class Launcher(
143143 LoggerBridge .append(" JVMArgs: $arg " )
144144 }
145145
146+ if (BuildConfig .DEBUG ) {
147+ Logger .lInfo(" [Launcher] About to call setupExitMethod..." )
148+ }
146149 ZLBridge .setupExitMethod(context.applicationContext)
150+
151+ if (BuildConfig .DEBUG ) {
152+ Logger .lInfo(" [Launcher] About to call initializeGameExitHook..." )
153+ }
147154 ZLBridge .initializeGameExitHook()
155+
156+ if (BuildConfig .DEBUG ) {
157+ Logger .lInfo(" [Launcher] About to call chdir: ${chdir()} ..." )
158+ }
148159 ZLBridge .chdir(chdir())
149160
150161 if (BuildConfig .DEBUG ) {
151162 Logger .lInfo(" [Launcher] Final JVM args: ${args.take(10 ).joinToString(" " )} ..." )
152163 Logger .lInfo(" [Launcher] Calling VMLauncher.launchJVM with ${args.size} arguments..." )
153164 Logger .lInfo(" [Launcher] runtimeHome: $runtimeHome " )
154- Logger .lInfo(" [Launcher] chdir: ${chdir()} " )
155165 }
156166
157167 try {
You can’t perform that action at this time.
0 commit comments