discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5d875e6a3dcd6a045610a6333cad9b6d15ebb2f1

commit 5d875e6a3dcd6a045610a6333cad9b6d15ebb2f1
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Feb 24 14:15:42 2017 -0500

    enable abort on critical error for non-release builds
    
    this should help with debugging
---
 src/bin/e_log.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_log.c b/src/bin/e_log.c
index 798d859..2741852 100644
--- a/src/bin/e_log.c
+++ b/src/bin/e_log.c
@@ -39,6 +39,9 @@ e_log_init(void)
         if (level < 1)
           eina_log_print_cb_set(_e_log_cb, NULL);
      }
+#ifndef #E_RELEASE_BUILD
+   eina_log_abort_on_critical_set(1);
+#endif
    return e_log_dom != -1;
 }
 

-- 


Reply via email to