Is there any way to access automatically any Log in Logcat by a double click ?
Actually, when there is an error crashing my Android Application, I can double click o
If you don't mind the clutter in your log, you can easily just add a new Exception() to the log message
new Exception()
Log.e("TAG", "Looky here see", new Exception());