[mono-android] Crash on HTC
Jonathan Pryor
jonp at xamarin.com
Fri Jun 15 14:26:53 UTC 2012
On Jun 15, 2012, at 10:00 AM, Jonathan Chapman wrote:
> However, on a HTC One X if I take a screenshot (Holding power and volume down) then leave my application and come back, the application will crash.
You have a NullReferenceException within WorkOrders.Status.Load():
06-15 09:41:06.846 I/MonoDroid(11629): UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
06-15 09:41:06.846 I/MonoDroid(11629): at ApexSI.ApexWare.BusinessObjects.FieldService.WorkOrders.Status.Load () <0x0007c>
06-15 09:41:06.846 I/MonoDroid(11629): at com.apexsi.apexware.WorkOrders.WorkOrderDetailsFragment.OnCreate (Android.OS.Bundle) <0x00057>
Why do you have a NullReferenceException? I don' t know. :-)
- Jon
More information about the Monodroid
mailing list