Added cout/cerr that output to Android log to STLPort, fixed broken compilation for NDK r4b
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
#include "SDL.h"
|
||||
#include "SDL_image.h"
|
||||
|
||||
#include "test.h"
|
||||
#include "ballfield.h"
|
||||
|
||||
|
||||
|
||||
/*----------------------------------------------------------
|
||||
General tool functions
|
||||
----------------------------------------------------------*/
|
||||
@@ -359,6 +361,8 @@ int main(int argc, char* argv[])
|
||||
int fps_start = 0;
|
||||
float x_speed, y_speed, z_speed;
|
||||
|
||||
__android_log_print(ANDROID_LOG_INFO, "==TEST==", "SDL_Main: test::initCount %d test::initCount2", test::initCount, test::initCount2);
|
||||
|
||||
SDL_Init(SDL_INIT_VIDEO);
|
||||
|
||||
atexit(SDL_Quit);
|
||||
@@ -1 +1 @@
|
||||
ballfield
|
||||
fheroes2
|
||||
Reference in New Issue
Block a user