| Method and Description |
|---|
| com.appdynamics.eumagent.runtime.Instrumentation.endCall(CallTracker)
Instead, use:
CallTracker.reportCallEnded() |
| com.appdynamics.eumagent.runtime.Instrumentation.endCall(CallTracker, Object)
Instead, use
CallTracker.reportCallEndedWithReturnValue(Object) |