You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this library using dynamic loading, that is, without the command-line parameter.
For that, I need the following line added to the manifest (build.xml:80)
Also, the following method should be placed in MemoryMeter.java
public static void agentmain(String options, Instrumentation inst) {
MemoryMeter.instrumentation = inst;
}
Thanks
Chen
The text was updated successfully, but these errors were encountered:
I'd like to use this library using dynamic loading, that is, without the command-line parameter.
For that, I need the following line added to the manifest (build.xml:80)
Also, the following method should be placed in MemoryMeter.java
public static void agentmain(String options, Instrumentation inst) {
MemoryMeter.instrumentation = inst;
}
Thanks
Chen
The text was updated successfully, but these errors were encountered: