Hello,
On Mar 12, 2012, at 11:34 AM, Rodrigo 'r2d2rigo' Diaz wrote:
> > Does this problem affect System.Diagnostics.Debug.WriteLine too?
>
It does not.
The reason is because we have the attribute
[Conditional ("DEBUG")]
Which means that those calls to Console.WriteLine only happen for debug
builds, but they are not present on release builds. That said, if you
manually added the definition to your profiles, then you would have a
problem.
Miguel
>
> It should, as Debug.WriteLine() just calls Console.WriteLine():
>
>
> https://github.com/mono/mono/blob/master/mcs/class/System/System.Diagnostics/Debug_2_1.cs#L71
>
> - Jon
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch