What is the 'trace tool' you're talking about...?

>From what I understand, you're just talking about exception traces.
These aren't execution traces through the code, they're just at a
single point.

This is implemented the standard way inside the VM: when an exception
can't be handled you look up through the call stack and find relevant
things that need to be logged.  Most of the functionality just shows
up in the form of exceptions.

If you can't find the mapping of types to strings in the interpreter,
you're not really looking very hard.

FYI: please do not duplicate messages across lists.  You already
posted on android-platform..

Kris

On Mon, Mar 18, 2013 at 10:30 AM,  <cga.dr...@gmail.com> wrote:
> Hi,
>
> I am trying to work on the dalvik vm, especially on the trace tool of the
> SDK.
>
> However, I don't understand where the tool trace my java functions:
> Where are the logging calls located ? How does the tool know the names of my
> functions ?
>
> I guess it's in the dex interpretor part, but I can't find it.
>
> Any help ?
>
> --
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Linux Kernel Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-kernel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to