As I recall, in Java there's a way to do this by throwing an exception and catching it. The Exception object is supposed to allow you to access the stack trace. See java.lang.Throwable.
-- 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

