Dumpcatcher: Uncaught Exceptions and Client IDs
Alright, about halfway through my flight and I now have an Uncaught exception handler that will post messages to dumpcatcher. It doesn't work with android at the momement... There is a thread I know I have to read on android-developers. I think I starred it because I knew I'd find it uuseful. The first user of this class was going to be Foursquared, but it turns out the code I wrote doesn't work. I quickly added the ability to create a client id attached to each crash in order to allow me track each individual client and in the process refactored a bit of the code here and there. I'll have to remeber to update the design doc as I have made some changes to the design after noticing flaws in my original work.
Labels: Android, dumpcatcher, Java