can someone suggest some solution. If I want to get the name of the calling class of the thread start method.
for example, if I start the stream mainly, the stack trace gives the name of the call class as the name of the stream and the name of the caller as started for index 2. Please help find the correct class names of the caller and the name of the stream method.
source
share