[android-beginners] Re: How to trace the functions called ? [by the app]

2010-02-24 Thread Naveen DS
Thanks a lot .. I will see to it .

fadden wrote:
> On Feb 23, 5:38 am, Naveen DS  wrote:
> >   I tried trace view and dmtracedump, but these show info about the
> > System functions rather than the user defined ones in app..
>
> The android.os.Debug method tracing shows all methods.  It doesn't
> discriminate based on whether something is part of the framework or
> not.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: How to trace the functions called ? [by the app]

2010-02-23 Thread fadden
On Feb 23, 5:38 am, Naveen DS  wrote:
>   I tried trace view and dmtracedump, but these show info about the
> System functions rather than the user defined ones in app..

The android.os.Debug method tracing shows all methods.  It doesn't
discriminate based on whether something is part of the framework or
not.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en