4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
###code to view name of current method
|
|
|
|
String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
|