On Thu, Apr 19, 2012 at 6:24 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> eina: disable log backtracking.
>
>
> Author:       cedric
> Date:         2012-04-19 02:24:04 -0700 (Thu, 19 Apr 2012)
> New Revision: 70327
> Trac:         http://trac.enlightenment.org/e/changeset/70327
>
> Modified:
>  trunk/eina/ChangeLog trunk/eina/NEWS trunk/eina/src/lib/eina_log.c
>
> Modified: trunk/eina/ChangeLog
> ===================================================================
> --- trunk/eina/ChangeLog        2012-04-19 09:03:59 UTC (rev 70326)
> +++ trunk/eina/ChangeLog        2012-04-19 09:24:04 UTC (rev 70327)
> @@ -250,8 +250,3 @@
>
>        * Add missing API eina_file_map_faulted() on Windows. Does nothing
>        for now.
> -
> -2012-03-31  Cedric Bail
> -
> -       * Add environment variable EINA_LOG_BACKTRACE to trigger the display 
> of a backtraced attached
> -       to a log event.
>
> Modified: trunk/eina/NEWS
> ===================================================================
> --- trunk/eina/NEWS     2012-04-19 09:03:59 UTC (rev 70326)
> +++ trunk/eina/NEWS     2012-04-19 09:24:04 UTC (rev 70327)
> @@ -20,7 +20,6 @@
>     * EINA_C_ARRAY_LENGTH macro.
>     * Eina_Stringshare typedef.
>     * add eina_file_map_faulted() for windows port (was missing).
> -    * Environment variable EINA_LOG_BACKTRACE trigger the display of 
> backtrace attached to a log event.
>
>  Fixes:
>
>
> Modified: trunk/eina/src/lib/eina_log.c
> ===================================================================
> --- trunk/eina/src/lib/eina_log.c       2012-04-19 09:03:59 UTC (rev 70326)
> +++ trunk/eina/src/lib/eina_log.c       2012-04-19 09:24:04 UTC (rev 70327)
> @@ -28,10 +28,12 @@
>  #include <assert.h>
>  #include <errno.h>
>
> +#if 0
>  #if defined HAVE_EXECINFO_H && defined HAVE_BACKTRACE && defined 
> HAVE_BACKTRACE_SYMBOLS
>  # include <execinfo.h>
>  # define EINA_LOG_BACKTRACE
>  #endif
> +#endif

Why don't you just disable it in autofoo?

Lucas De Marchi

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to