[clutter/android-enter-leave: 14/29] android: remove a couple of traces



commit 2df92f5f308069b37fdf6929774635a972419924
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Wed Jun 13 15:32:05 2012 +0100

    android: remove a couple of traces

 clutter/android/android_native_app_glue.c |    2 ++
 clutter/android/clutter-stage-android.c   |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/android/android_native_app_glue.c b/clutter/android/android_native_app_glue.c
index 976fe8f..cfb7a17 100644
--- a/clutter/android/android_native_app_glue.c
+++ b/clutter/android/android_native_app_glue.c
@@ -28,6 +28,8 @@
 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__))
 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__))
 
+#define NDEBUG 1
+
 /* For debug builds, always enable the debug traces in this library */
 #ifndef NDEBUG
 #  define LOGV(...)  ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__))
diff --git a/clutter/android/clutter-stage-android.c b/clutter/android/clutter-stage-android.c
index 0f98e61..8bc6292 100644
--- a/clutter/android/clutter-stage-android.c
+++ b/clutter/android/clutter-stage-android.c
@@ -71,8 +71,6 @@ clutter_stage_android_set_fullscreen (ClutterStageWindow *stage_window,
 
   application = _clutter_android_application_get_default ();
 
-  g_message ("switching fullscreen to %i", is_fullscreen);
-
   if (is_fullscreen)
     {
       ANativeActivity_setWindowFlags (application->android_application->activity,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]