Skip to content

Commit 907d653

Browse files
Update docs/platforms/apple/common/configuration/watchdog-terminations.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 3b1f46b commit 907d653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/platforms/apple/common/configuration/watchdog-terminations.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This integration tracks [watchdog terminations](https://developer.apple.com/docu
1616
When a typical unhandled error occurs, the Apple SDK writes a report to disk before the app terminates. It includes the current state of your application with details like the stack trace, tags, breadcrumbs, and so on.
1717

1818
The watchdog terminates your app without notice, which means the SDK can't write a report to disk.
19-
A common reason the watchdog can terminate your app is an Out Of Memory problem.
19+
A common reason for the watchdog to terminate your app is an Out Of Memory problem.
20+
2021
Note, that there are some security-related types of crashes where the OS immediately terminates the app. These are usually infrequent, and include stack buffer overflows or exceptions with a termination reason related to code signing. Third-party libraries like Sentry can't report these incidents.
2122

2223
Those types of crashes can be visible in the [Xcode Organizer](https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs), though.

0 commit comments

Comments
 (0)