If you are running the player engine unit test logs, you would find them in a file named "player.log" in the cwd of the emulator.
As an example .... adb shell "cd /sdcard;pvplayer_engine_test -test 803 803 -source test.mp4 -logfile -logall" ...this will dump the logfile in /sdcard/player.log. -Ravi On Feb 27, 1:43 am, Nima <[email protected]> wrote: > Hi, > > We are working with Opencore2.0.we have enabled PV logging in the > following way > > <android-root>$ source build/envsetup.sh > <android-root>$ lunch 1 > <android-root>$ make clean > <android-root>$ make -j ENABLE_PV_LOGGING=1 > <android-root>$ emulator & adb logcat > MyLog.txt > > While running unit test cases from the /data folder of emulator in > the following way > > adb$./pvplayer_engine_test -test 1 1 -source test_cbr.mp3 -logall - > logtext>>MyLog.txt > > "MyLog.txt" is getting created in the /data folder but the PV logs > are not there. > > Same procedure if we execute with opencore1.0 PV logs are appended > along with the test logs. > > Whether we need to enable any macro for enabling PV logs while > running unit test cases? > > Thanks&Regards, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
