Merge remote-tracking branch 'origin/upstream'
[framework/uifw/ecore.git] / src / lib / ecore / ecore_thread.c
index 8592d3a..8fdc245 100644 (file)
@@ -892,7 +892,9 @@ _ecore_thread_assert_main_loop_thread(const char *function)
    if (!good)
      {
         EINA_LOG_CRIT("Call to %s from wrong thread!", function);
+#if 0
         abort();
+#endif
      }
 }