My logcat window in Eclipse only displays the first few lines of the StackTrace for each exception. This means that I often can\'t see where an exception occured. Is there a
you can overload all the log methods (log.d, log.i, log.e, etc) with (String tag, String msg, Throwable tr) parameters, where the third parameter is the exception. This will give you the full stacktrace in logcat