Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
the `mach_msg()` APIs (they are forbidden at build-time) so using Mach
“(they are forbidden at build-time)” doesn’t contribute to the point. And as the work you just did on `posix_spawn` shows, “forbidden” can be flexible. You can remove this.
handler is initialized; the tvOS handler can use the POSIX signals and
You’re saying that tvOS _can_ use these, but you should say how it _does_. In particular, iOS Crashpad uses signals for some things. Is a reader supposed to understand that tvOS Crashpad uses signals for those same things? Or does it additionally use signals to cover part of what iOS Crashpad uses Mach recordings for?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
the `mach_msg()` APIs (they are forbidden at build-time) so using Mach
“(they are forbidden at build-time)” doesn’t contribute to the point. And as the work you just did on `posix_spawn` shows, “forbidden” can be flexible. You can remove this.
Done
handler is initialized; the tvOS handler can use the POSIX signals and
You’re saying that tvOS _can_ use these, but you should say how it _does_. In particular, iOS Crashpad uses signals for some things. Is a reader supposed to understand that tvOS Crashpad uses signals for those same things? Or does it additionally use signals to cover part of what iOS Crashpad uses Mach recordings for?
I think I've addressed this one by explaining what the POSIX signal handler can and cannot do.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
tvOS: Document differences from iOS
Explain that most of iOS's architecture and constraints apply, but tvOS
is unable to monitor and catch Mach exceptions.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |