Hi,

Below mentioned changes are done and yet PV logs are not displayed
while debugging.
Please help me.

Regards,
Padmaja

On Nov 7, 7:51 am, Dave <davidlspa...@gmail.com> wrote:
> To turn onPVlogging, 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 <menghongl...@gmail.com> wrote:
>
> > hello, I want to see thepvlogswhile debug.
> > I see inpvpart, the logger is always printed as:
> > PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE,
> > (0,"PVAuthorEngine::SetLogAppender"));
> > but can not find how toenablepvlog, 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to