Suppose that there are methods A (), methodB (), and methodC ().
And the C () method is called at runtime.
Is it possible to find out why the C () method is called from which method?
I thought if CallStack could be read while doing some checks? If so, I think this should not be a big problem.
Any ideas?
Thanks!
source share