Hi,

I've been experimenting with the JDWP api for both java and android, with a 
class that implements toString and invoke it through Object 
Reference.InvokeMethod(object, thread, classidOfObject, 
methodIdOfObjectToString, [], SINGLE_THREADED), I get the result of 
Object.toString, not the overriden one. On java this does give the right 
result. What am I missing?

I use:
Virtual Machine.ClassesBySignature('Ljava/lang/Object'), then get the 
'toString()'  method trough the TypeReference.Methods api.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to