Hello,

My app is crashing without any error in debugger.  I have tried placing try
catches all over to log as well as some other options and cannot get it to
report anything.  Any ideas I can try?

I already tried adding this in the app delegate -

AppDomain.CurrentDomain.UnhandledException += (sender, e) => {
        Console.WriteLine (e.ExceptionObject);
}; 

Thanks, Ben

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/app-is-crashing-without-error-tp4580732p4580732.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to