mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 02:35:53 +10:00
[강운덕] [LUCYSUS-1744] common에 있는 SpanEvent를 SpanEventBo로 변경. ServiceType에 includeDestinationId옵션을 포함시켜 ApiType에 출력여부를 옵션화 시킴
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1305 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -160,7 +160,7 @@ public class JavaAssistByteCodeInstrumentor implements ByteCodeInstrumentor {
|
||||
for (int i = 0; i < params.length; i++) {
|
||||
Object o = params[i];
|
||||
if (o == null) {
|
||||
throw new InstrumentException("params is null ");
|
||||
throw new InstrumentException("params[" + i + "] is null ");
|
||||
}
|
||||
paramClass[i] = o.getClass();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user