lunedì 10 marzo 2008

Thread.dumpStack()

Thread.dumpStack();


This technique is useful, for example, when you have a method that is called from a variety of places within your code and you want to learn where it is being called from when a particular problem occurs.

Nessun commento: