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