If you print in log (fileName:lineNumber)
you get a nice link in Android Monitor that gets you to that code line when you click on it. This however does not seem to work for my cpp files. Is there a way to achieve this for c++ files?
Edit
I already know how to create string (fileName:lineNumber)
, but when it is printed in Android Monitor it is not a clickable link. The question is how to make clickable.