diff --git a/project/javaSDL2/MainActivity.java b/project/javaSDL2/MainActivity.java index 6f219ab4a..85f23e1ac 100644 --- a/project/javaSDL2/MainActivity.java +++ b/project/javaSDL2/MainActivity.java @@ -67,6 +67,7 @@ public class MainActivity extends org.libsdl.app.SDLActivity { } Settings.setEnvVars(this); + Log.v("SDL", "chdir() to: " + Globals.DataDir); Settings.nativeChdir(Globals.DataDir); } @@ -95,7 +96,7 @@ public class MainActivity extends org.libsdl.app.SDLActivity { for (String l: Globals.AppMainLibraries) { ret.add(GetMappedLibraryName(l)); } - Log.v("SDL", "Loading native libraries: " + String.join(" ", ret)); + Log.i("SDL", "Loading native libraries: " + String.join(" ", ret)); return ret.toArray(new String[0]); } diff --git a/project/jni/application/supertux/AndroidAppSettings.cfg b/project/jni/application/supertux/AndroidAppSettings.cfg index 1176f2bfa..1bf70de7f 100644 --- a/project/jni/application/supertux/AndroidAppSettings.cfg +++ b/project/jni/application/supertux/AndroidAppSettings.cfg @@ -314,7 +314,7 @@ AppSubdirsBuild='. supertux/src/* supertux/external/findlocale supertux/external AppBuildExclude='supertux/external/findlocale/example.c supertux/src/video/sdl supertux/external/SDL_SavePNG/main.c' # Application command line parameters, including app name as 0-th param -AppCmdline='./supertux2' +AppCmdline='./supertux2 --verbose' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge diff --git a/project/jni/application/supertux/supertux b/project/jni/application/supertux/supertux index 3409cf9d6..8201139e8 160000 --- a/project/jni/application/supertux/supertux +++ b/project/jni/application/supertux/supertux @@ -1 +1 @@ -Subproject commit 3409cf9d6e9ebe2211f95b3b2994288b6ebbb59a +Subproject commit 8201139e8b6d52b2304a6ee7330bdb66db0b72cf diff --git a/project/jni/sdl2_image b/project/jni/sdl2_image index 840d1d80c..179ce6e4d 160000 --- a/project/jni/sdl2_image +++ b/project/jni/sdl2_image @@ -1 +1 @@ -Subproject commit 840d1d80ce9fec099a656e1fa5078a9f1980d88d +Subproject commit 179ce6e4d53b0566dc881e908dc32c7d5965cf2c