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

Reply via email to