Hi, you missed the last step:)After compiling the source code with ENABLE_PV_LOGGING=1, you still need to configure which level&nodes to be captured at runtime in /sdcard/pvlogger.txt. Using adb shell to create a file /sdcard/pvlogger.txt and writing "8" into it will enable all pv logs. #echo 8 >/sdcard/pvlogger.txt
On Mon, May 11, 2009 at 9:23 PM, sreedhar b <[email protected]> wrote: > Hi, > > I followed the instructions provided by Freepine as indicated in the below > thread: > > > http://groups.google.com/group/android-porting/browse_thread/thread/e6391e4fc025bf60?hl=en > > 1. cd <android_root> > 2. touch external/opencore/oscl/oscl/osclbase/src/pvlogger.h > //the pvlogger.h is already present inside my package at the above path > 3. make ENABLE_PV_LOGGING=1 > > After flashing the rebuilt images onto my device, i ran the video player. > Used logcat & to capture logs, but still i am not getting the > PVLOGGER_LOGMSG prints. > > Please let me know if iam missing anything here or suggest me if there are > any other methods to do so. > > > Regards, > Sreedhar > > > > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
