I want to insert a log in LogCat that when I click on it jumps to its line like some error logs that are generated by system.
Is it possible?
respecter cette règle :
{FileName}.{ext}:{LigneNumber} e.g. MainActivity.java:10
which gives a sample as below
Log.d(TAG, "onResume: MainActivity.java:10");
I hope this will help you