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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The Native SDK lets users decide at compile-time between three crash backends:
11
11
12
12
Currently, `crashpad` is the default on all desktop platforms because it
13
13
14
-
* has an external `handler` process that allows for external snapshots and immediate sending of crash reports (instead of the next successful start of your application)
14
+
* 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)
15
15
* is the primary target for extension compared to upstream, including
0 commit comments