NSNotification 检测其他程序崩溃

发布于 2024-09-25 21:38:53 字数 203 浏览 4 评论 0原文

我计划编写一个小守护程序来检测另一个应用程序是否崩溃,一直认为系统会发送 NSWorkspaceDidTerminateApplicationNotification,但事实并非如此。

假设我不想创建 launchd 进程来简单地重新启动崩溃的应用程序,我可以通过其他方式检测崩溃吗?

也许我可以监控系统日志?这似乎过于沉重。

I was planning on writing a small daemon that detected whether another app crashed, thinking all the while that the system would send an NSWorkspaceDidTerminateApplicationNotification, but this is not the case.

Assuming that I do not want to create a launchd process to simply re-launch the crashed application, can I detect the crash any other way?

Perhaps I could monitor the system log? That seems unduly burdensome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安稳善良 2024-10-02 21:38:53

监视 /usr/sbin/spindump 进程是否/何时启动怎么样?

How about watching for if/when the /usr/sbin/spindump process starts up?

堇色安年 2024-10-02 21:38:53

事实证明,最有效的崩溃监视器是读取 FSEventStream 中的崩溃日志。

Turns out what worked best as a crash monitor was reading the FSEventStream for Crash Logs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文