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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -