You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ The Native SDK lets users decide at compile-time between three crash backends:
9
9
*`breakpad`
10
10
*`inproc`
11
11
12
+
### Why is `crashpad` the default?
13
+
12
14
Currently, `crashpad` is the default on all desktop platforms because it
13
15
14
16
* has an external `handler` process that allows for external snapshots and sending crash reports immediately (instead of on the next successful start of your application)
0 commit comments