Logging errors with MonoDroid and Android
Posted by: Wallace B. McClure,
on 21 Jan 2011 |
View original | Bookmarked: 0 time(s)
Error logging, its such a simple concept. When an
error occurs, store some kind of information about the error. For some
reason, we don't seem to do lots of it. Why? Well, its usually fairly
easy to track down the information about an exception. With most web
apps, you can pretty much repeat the errors as you need to. Logging on
the server is fairly easy. Networks are fairly high speed and
dependable items of infrastructure. Is error logging really...