method name
This commit is contained in:
3
snippets/current method name.txt
Normal file
3
snippets/current method name.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
###code to view name of current method
|
||||||
|
|
||||||
|
String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
|
||||||
Reference in New Issue
Block a user