Re: Harmful Notification Post Rate
Re: Harmful Notification Post Rate
- Subject: Re: Harmful Notification Post Rate
- From: Quincey Morris <email@hidden>
- Date: Fri, 30 Mar 2018 14:48:37 -0700
On Mar 30, 2018, at 12:22 , Richard Charles <email@hidden> wrote:
>
> My custom view implements -[NSResponder mouseDragged:] but this has never
> caused any problems.
I don’t have much to suggest except “try stuff”. I’d try to see what happened
if I commented out the “mouseDragged” override, if I commented out its contents
(so that it swallowed the event), and if I commented out its contents but added
[super mouseDragged: event] to pass the event up the chain.
I wonder if the message reflects the amount of time your mouseDragged is taking
to handle the event? Maybe 112.994 is “harmful" only because it’s detected that
your code can’t handle that many per second.
It’s also possible that message is something you can validly ignore. Does it
happen in a release build, too?
Lastly, what kind of input device is producing these rates? Is it a mouse or a
trackpad or something else? There might be something to chase after in that
direction.
_______________________________________________
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