X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fandroid%2Ffg_runtime_android.c;h=731c3080c4ef162dfeda4aed3dffb46995ebfc17;hb=6007df5166d84833aaff3fbf820867cbfe4dbde3;hp=c92d5f148ea2161fd091e4ef710e9ea805398bad;hpb=05f3812f4a74966cb62223ba4ef999d3b0c9f24c;p=freeglut diff --git a/src/android/fg_runtime_android.c b/src/android/fg_runtime_android.c index c92d5f1..731c308 100644 --- a/src/android/fg_runtime_android.c +++ b/src/android/fg_runtime_android.c @@ -51,8 +51,8 @@ #include "android/native_app_glue/android_native_app_glue.h" #include "android/fg_main_android.h" -#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "FreeGLUT", __VA_ARGS__)) -#define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "FreeGLUT", __VA_ARGS__)) +#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "FreeGLUT-jnicb", __VA_ARGS__)) +#define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "FreeGLUT-jnicb", __VA_ARGS__)) /* Cf. freeglut_main_android.c */ extern int32_t handle_input(struct android_app* app, AInputEvent* event);