Re: NSFileManager - a cautionary tale
Re: NSFileManager - a cautionary tale
- Subject: Re: NSFileManager - a cautionary tale
- From: email@hidden
- Date: Thu, 28 Jul 2011 14:05:52 -0700
>> Another thing to mention - we run this code during app launch, so we didn't see it in fs_usage, which requires that the process it's peeking at is running already. I'm not sure if there is a way to observe file system stuff during launch - if anyone knows, please let me know!
sudo fs_usage | grep <process name>
You could also use one of the various instruments in Instruments; if you launch your app from Instruments it'll record it's startup.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden