Am Montag, 25. Februar 2013 um 22:57 schrieb Andreas Volz: > Am Mon, 25 Feb 2013 11:47:21 +0900 (KST) schrieb ChunEon Park: > > > ah mistake. > > EINA_LOG_LEVEL=3 > > > > > As I said... no good chance to modify the C environment in Android... > > I hacked > > static Eina_Log_Level _log_level = EINA_LOG_LEVEL_DBG; > > in eina_log.c > > now it works :-) Android bionic's libc has setenv. Can't you call it to modify your env before you initialize eina?
-- Leif > > > ------------------------------------ > > -Regards, Hermet- > > > > -----Original Message----- > > From: "ChunEon Park"<[email protected] (mailto:[email protected])> > > To: "Enlightenment developer > > list"<[email protected] > > (mailto:[email protected])>; 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 (http://brachttal.net)> > > To: <enlightenment-devel>@lists.sourceforge.net > > (http://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 > > (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 > > [email protected] > > (mailto:[email protected]) > > 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 > > [email protected] > > (mailto:[email protected]) > > 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 > > [email protected] > > (mailto:[email protected]) > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > -- > 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 > [email protected] > (mailto:[email protected]) > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
