[강운덕] [LUCYSUS-1744] arcus cancel부분 수정. 비동기 호출 추적부분 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@859 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2012-11-13 09:49:42 +00:00
parent c69e8b1b3e
commit bd65b0d937
8 changed files with 111 additions and 88 deletions
@@ -60,8 +60,6 @@ public final class Trace {
StackFrame stackFrame = createStackFrame(nextId, HANDLER_STACKID);
callStack.setStackFrame(stackFrame);
handler.handle(nextId);
} catch (Exception e) {
e.printStackTrace();
} finally {
// stackID check하면 좋을듯.
callStack.pop();