When testing on real Android devices, I run my application from within Eclipse and have access to the logs and errors using DDMS and LogCat.
However, there is one device I own that I cannot connect to my PC, and therefore I cannot view on DDMS.
When this application loads, it throws an Exception. However, I have no idea what this Exception is.
How can I view such errors or logs on a real device?
Install a logcat viewer such as aLogCat. It provides various ways for you to view, save or share the log output.