Bleiglanz hat gesagt.:Thread.currentThread().getAllStackTraces()
oder nur
Thread.currentThread().dumpStack()
aus Thread.java
/**
* Prints a stack trace of the current thread. This method is used
* only for debugging.
*
* @see java.lang.Throwable#printStackTrace()
*/
public static void dumpStack() {
new Exception("Stack trace").printStackTrace();
}
EagleEye hat gesagt.:aber besser als deine erste Sache ist es allemal