Hi: I think traceview is a useful tool, when i use it to trace openVideo in VideoViewDemo on Android RI. And the video path is set to a valid one which make Video can be played successfully. I get following log(traceview -r dmtrace.trace):
3 4866 4777 5272 + android/widget/VideoView.openVideo ()V 3 5361 5272 0 android/widget/VideoView.openVideo ()V 3 5405 5316 5700 + android/view/View.requestLayout ()V I guess it is because TraceView only trace View related APIs (Am I right? And why not let it trace all java APIs?) It seems openVideo not be steped in. I have some questions: 1) Is it possible to let traceview to trace UI unrelated APIs, what need to be modified for it? 2) What is the meaning of V,Z,I at the end of each line? 3) When I launch emulator and press F9, some other format files created. Do traceview can be used to analysis them? Thanks in advance! gan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

