Re: NSNotifications & background apps?
Re: NSNotifications & background apps?
- Subject: Re: NSNotifications & background apps?
- From: Nathan Kinsinger <email@hidden>
- Date: Sat, 14 Jun 2008 15:27:49 -0600
On Jun 14, 2008, at 1:52 PM, dream cat7 wrote:
Hi,
Seeing notifications from outside:
==========================
There was a great logging tool called "Meow" for the nsnotifications
but i cannot seem to find that anymore. I had hoped to write a D-
Trace probe to give a similar output as "Meow" but support for cocoa
objects like NSString. In instruments it is not showing the obj-c
data passed in the function parameters, only the names of the obj-c
function which appears on the stack. I wish i had kept a copy of
Meow tool. Sometimes it is useful to see the nsnotification
communications separately from xcode. Sometimes 2 process are
communicating And one of them is launching / closing multiple times
during the session (e.g. sending kill message as NSNotification).
I haven't seen "Meow" but there is a Notification Watcher project
(with source) at:
http://www.tildesoft.com/Programs.html
It may do what you need, or you could extend it to do so.
--Nathan
_______________________________________________
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