ah mistake.
EINA_LOG_LEVEL=3
 
 
------------------------------------
-Regards, Hermet- 

-----Original Message-----
From: "ChunEon Park"<her...@naver.com> 
To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2013-02-25 (월) 11:30:18
Subject: Re: [E-devel]enable Eina logging

EINA_LOG_ERROR=3 ? 
 
------------------------------------
-Regards, Hermet- 

-----Original Message-----
From: "Andreas Volz"<lists>@brachttal.net> 
To: <enlightenment-devel>@lists.sourceforge.net>; 
Cc: 
Sent: 2013-02-25 (월) 00:35:58
Subject: [E-devel] enable Eina logging

Hello,

I just wonder why these debug messages aren't printed out:

EAPI Eina_Bool eina_module_load(Eina_Module *m)
{
  ...
  DBG("m=%p, handle=%p, file=%s, refs=%d", m, m->handle, m->file, m->ref);
  ...
  WRN("could not dlopen(\"%s\", RTLD_NOW): %s", m->file, dlerror());
  ...

They should be printed for my use case. I assume I didn't enable debugging for 
eina. How do I enable all available debug scopes?

I tried with:

eina_log_level_set (0);

But for my use case that's to late because I do load eina/evas before my user
shared object (on android).

So how to enable all scopes? Environment variables are no option. Is there 
maybe a
variable in a header file to set all log scopes to enabled?

regards
Andreas


-- 
Technical Blog <http:>//andreasvolz.wordpress.com/>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to