[android-developers] Development and debugging tools

2010-04-29 Thread Sandy
I'm trying to figure out a way to do the following in android, appreciate any help on this. 1. How to generate a Full Java stack trace (basically thread stack) in Android. In J2SE, we use to use something like this - send a signal to the JVM; the JVM generates a stack trace for you; or we can als

[android-developers] Development and debugging tools

2010-04-29 Thread Sandy
Is there a way to achieve the following in Android? 1. generate a Java stack trace in Android. In J2SE, we use to use something like this - send a signal to the Java Virtual Machine; the Java Virtual Machine generates a stack trace for you; or we can also use debugging tools or Java API calls.