Matt (preinvent) wrote: > This just happened yet again earlier today. Unfortunately I didn't > get my Droid hooked up to adb quick enough to look through the logs. > Guess I'll have to wait until next time :( > > This is killing me!
Hopefully not. Dead developers make no sales. :-) More seriously, consider hooking into Android Log Collector or something, so that when you detect this circumstance, you can get a dump of the whole of logcat right then, to try to capture whatever information you can. You might even be able to work this into the production app -- I haven't played enough with that tool to know for certain. I tend to log at the exception level (e.g., via Flurry). Personally, I've never seen your symptoms occur except when expected (e.g., uninstall/reinstall cycle). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

