Need to know which code call a specific location?
Dump the stack trace:
LOG.trace(ExceptionUtils.getStackTrace(new Throwable()));
Ronald Pringadi's Technical Notes
Constantly Learning
Need to know which code call a specific location?
Dump the stack trace:
LOG.trace(ExceptionUtils.getStackTrace(new Throwable()));