i noticed the dx compiler transforms the offsets in the .class 
LineNumberTable when writing the dalvik code to the new offsets. Is there 
any way to get a copy of the mapping this uses? We have a custom debugger 
with some extra info (multiple statements on the same line, col info) which 
works fine when running against java, but on android our own seperate 
tables aren't updated. So is there some way to get the original offsets + 
the new offsets when the code was transformed? 

-- 
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

Reply via email to