eclipse - Line number in android log util -


is there way print file line number android log ?

enter image description here

for getting line number `

public static int getlinenumber() {     return thread.currentthread().getstacktrace()[2].getlinenumber(); } or  thread.currentthread().getstacktrace()[2].getlinenumber()  in log() 

` try u....


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -