Skip to content

Commit 79f76a4

Browse files
authored
fix(native): clarify use of crashpad in macOS sandbox (#9299)
1 parent 9d81ea2 commit 79f76a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/platforms/native/configuration/backends/crashpad.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ locking in place.
4646
## Known Limitations
4747
4848
When using the Crashpad backend on macOS, the status of crashed sessions can not be reliably determined, and may be classified as [`abnormal`](/product/releases/health/release-details/) exits instead.
49+
50+
If you want to deploy your application to the macOS App Store or distribute it "sandboxed" outside, the crashpad client will fail to start the `crashpad_handler` executable (due to sandbox restrictions). For these deployment targets, we recommend using the `breakpad` backend.

0 commit comments

Comments
 (0)