Hi,

Exactly how is it crashing? Does a crash dialog pop up? Is anything shown
in the (System/iOS) Console? Are there any crash reports produced?

Rolf

On Mon, Apr 23, 2012 at 5:17 PM, leverage7 <[email protected]> wrote:

> 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
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to