Do not use `printStackTrace()`
This commit is contained in:
parent
f236c0e8e0
commit
b31778a05e
|
@ -87,7 +87,6 @@ public class TracingAgent {
|
||||||
try {
|
try {
|
||||||
startJmxFetch(inst, bootstrapURL);
|
startJmxFetch(inst, bootstrapURL);
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
e.printStackTrace();
|
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue