How did you add the logs into mp4 recognizer? By printf? Or using android
marco(e.g LOGE) directly?If you were using PV logging mechnism, did you get
a logger object first?
e.g.
iLogger = PVLogger::GetLoggerObject("PVPlayerEngine");It would be helpful if you pasted your code snippet. On Tue, Jun 9, 2009 at 8:14 PM, Devaraj <[email protected]> wrote: > > Hi All, > > I have added few prints in the pvmp4ffrecognizer module source files. > when I ran a .mp4 file playback use case and collected the traces. > I could not find the traces that I have added. > I strongly doubt that during the .mp4 file playback none of the > functions from the pvmp4ffrecognizer module is getting called. > I am using an android media player application to run the .mp4 file. > Is my understanding correct? > If so, without executing the mp4 recognizer how is it able to play > the .mp4 file? > > Thanks and Regards, > -Devaraj > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
