Remove self test call

This commit is contained in:
ArtDev 2023-04-26 00:07:03 +03:00 committed by GitHub
parent 75ca093c51
commit d7df183b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,6 @@ public class JREUtils {
initJavaRuntime();
setupExitTrap(activity.getApplication());
chdir(gameDirectory == null ? Tools.DIR_GAME_NEW : gameDirectory);
FFmpegPlugin.selfTest();
userArgs.add(0,"java"); //argv[0] is the program name according to C standard.
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));