Skip to content

Conversation

@dah-fari7009
Copy link

Replaced getMethodInfo with getInvokedMethod in instructionExecuted(.....)
->getMethodInfo returns the calling/current method not the called/invoked method:
int log(int a,int b){ //what is returned by getMethodInfo
int x=test(a); //the method that we want
}

Replaced getMethodInfo with getInvokedMethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant