On Feb 20, 2013, at 5:13 AM, keith <ke...@buzzinteractive.co.uk> wrote: > I can't see any sign of the things mentioned in the > unexpected-nullreferenceexceptions section, below are the log cat entries for > three crashes
I don't see any Dalvik VM abort messages either, so presumably that isn't the case. I can only think of a few more things to try: 1. Try the just-release Xamarin.Android 4.6 release: http://xamarin.com/download 2. Enable logging and see if that lets you better know when things are dying: adb shell setprop debug.mono.log all Note: "all" is VERY verbose. http://docs.xamarin.com/guides/android/deployment%2c_testing%2c_and_metrics/diagnostics#31-xamarinandroid-system-properties 3. For the truly verbose, enable tracing: adb shell setprop debug.mono.trace all Note: tracing everything will _really_ spam logcat, and in many circumstances will _introduce_ errors (particularly if you use System.Data). Use as a last resort. - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid