How can I create logcat entries in Android that provide a link to the source code in Eclipse?

Possible duplicate:
Is there a way to automatically access Log Log with a double click?

If a trace of a warning or error stack is printed in logcatto Eclipsefrom an application Android, I have the opportunity to double-click on it in a row to see where in the source code this line is a trace of a stack. Is there a way, through the Android or Eclipse SDK, to print my own messages with code links?

+5
source share

All Articles