public class TracingAgent extends Object
| Constructor and Description |
|---|
TracingAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addByteBuddy(Instrumentation inst) |
static void |
agentmain(String agentArgs,
Instrumentation inst) |
static ClassLoader |
getAgentClassLoader()
Return the classloader the core agent is running on.
|
static void |
premain(String agentArgs,
Instrumentation inst) |
public static ClassLoader getAgentClassLoader()
public static void premain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void agentmain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void addByteBuddy(Instrumentation inst)