mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-15 15:55:54 +10:00
[강운덕] [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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user