Revert "[Tizen] Enable Debug on" 98/145798/1 accepted/tizen/unified/20170824.172450 submit/tizen/20170824.061020
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 24 Aug 2017 01:23:40 +0000 (10:23 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 24 Aug 2017 01:23:47 +0000 (10:23 +0900)
This reverts commit 76e53cc371ace78aebe75a6b4a1c26cdade36d18.

Change-Id: Ib14de8d007ef3384ccbf853ef9769c965fbfee38

adaptors/tizen/framework-tizen.cpp
packaging/dali-adaptor.spec

index 9fa56a5..e9c3ac1 100644 (file)
@@ -410,7 +410,6 @@ struct Framework::Impl
   {
     Observer *observer = &static_cast<Framework*>(data)->mObserver;
 
-    DALI_LOG_ERROR( "Memory Low occured.\n" );
     observer->OnMemoryLow();
   }
 
index 762766b..5b8e2ce 100644 (file)
@@ -351,7 +351,9 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -390,7 +392,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -428,7 +432,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -466,7 +472,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -505,7 +513,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}