Skip to content

Commit 9bb4918

Browse files
Update docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx
Co-authored-by: Bruno Garcia <[email protected]>
1 parent 8b260aa commit 9bb4918

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/native/advanced-usage/backend-tradeoffs

1 file changed

+1
-1
lines changed

docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Both backends are comparable in how they differ from `crashpad`. However, there
4949

5050
### So when do I choose `inproc`?
5151

52-
`inproc` is currently the backend of choice for `Android` because it allows us to couple it with our own fork of a powerful platform unwinder `libunwindstack` (rather than relying on a user-space interface). This allows us to support very old Android versions.
52+
`inproc` is currently the backend of choice for `Android` because it allows us to couple it with our own fork of a powerful platform unwinder `libunwindstack` (rather than relying on a user-space interface). This allows us to support very old Android versions. In addition, stack walking on device on Android is preferred since we don't have all system symbols available for server-side symbolication. A [best-effort symbol collection exists](https://github.com/getsentry/symbol-collector), but that'll never be as reliable as stackwalking on device.
5353

5454
`inproc` is the right choice if you
5555

0 commit comments

Comments
 (0)