I have an error on my Android Application and one of the really annoying things that LogCat does is write
exception Caused at android.
at android...
at android...
at android...
and 21 more
I need to read the error inside that 21 more. Is there a way to do it? I've tried filtering the results but no luck.