Just a reminder, this list is for discussion of Java development using the SDK. Please move this discussion to one of the open-source mailing lists described at <http://source.android.com/discuss>
Thanks, Andy On Wed, Dec 10, 2008 at 9:25 PM, Yogi <[EMAIL PROTECTED]> wrote: > > Hi All, > > i have enabled the complete pv log by doing the following step: > > 1.changed extlibs/pv/oscl/pvlogger/src/pvlogger.h: > > /* Release mode-- No logging */ > #define PVLOGGER_INST_LEVEL 0 ---- Changed this value to 5 > > and extlibs/pv/android/thread_init.cpp: > > #if 0 --------- Changed this value to 1 > PVLoggerAppender *appender = new > AndroidLogAppender<TimeAndIdLayout,1024>(); > ... > ... > #endif > > but i am not getting codec components logs. > How i can enable particular component logs? > > Thanks in advance, > Yogi > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

