Hi, i tried the above modifications, i am not getting the logs from libraries (pv player). PV logger enabling method has changed? Any other methods to enable. I am trying it on the emulator.
On Fri, Nov 7, 2008 at 8:21 AM, Dave <[email protected]> wrote: > > To turn on PV logging, change extlibs/pv/oscl/pvlogger/src/pvlogger.h: > > /* Release mode-- No logging */ > #define PVLOGGER_INST_LEVEL 0 ---- Change this value to 5 > > and extlibs/pv/android/thread_init.cpp: > > #if 0 --------- Change this value to 1 > PVLoggerAppender *appender = new > AndroidLogAppender<TimeAndIdLayout,1024>(); > ... > ... > #endif > > I haven't tried this in awhile, not sure if it still works. > > On Nov 5, 12:07 am, already <[email protected]> wrote: > > hello, I want to see the pv logs while debug. > > I see in pv part, the logger is always printed as: > > PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, > > (0,"PVAuthorEngine::SetLogAppender")); > > but can not find how to enable pv log, and where it is printed, > > Is there any body knowing about this? > > > > Thank you > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

