Re: Leave NSLog()s in Final Product?
Re: Leave NSLog()s in Final Product?
- Subject: Re: Leave NSLog()s in Final Product?
- From: Charles Srstka <email@hidden>
- Date: Fri, 12 Mar 2004 14:49:28 -0600
Just don't do this:
http://www.omnigroup.com/mailman/archive/macosx-admin/2002-May/
021734.html
Charles
On Mar 12, 2004, at 8:26 AM, Jerry Krinock wrote:
Is there any reason why I should not leave NSLog() calls in my final,
released product?
They don't seem to slow it down any. The advantage is that, if I ever
get a
bug report from a user, I can simply have them launch it from
Terminal, send
me the output, and I can probably tell where the problem is.
Do these NSLog() calls do anything when an application is not launched
from
Terminal?
Jerry Krinock
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.